/usr/share/dbus-1/interfaces/org.freedesktop.ModemManager.Modem.Gsm.Hso.xml is in modemmanager 0.5.2.0-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <?xml version="1.0" encoding="UTF-8" ?>
<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
<interface name="org.freedesktop.ModemManager.Modem.Gsm.Hso">
<method name="Authenticate">
<tp:docstring>
Authenticate using the passed user name and password.
</tp:docstring>
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_hso_authenticate"/>
<arg name="username" type="s" direction="in">
The user name.
</arg>
<arg name="password" type="s" direction="in">
The password.
</arg>
</method>
</interface>
</node>
|