File: org.freedesktop.ModemManager.Modem.Gsm.Hso.xml

package info (click to toggle)
dbus-cpp 5.0.6-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,212 kB
  • sloc: cpp: 9,433; ansic: 2,012; xml: 1,156; makefile: 14; sh: 2
file content (19 lines) | stat: -rw-r--r-- 702 bytes parent folder | download | duplicates (5)
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>