aboutsummaryrefslogtreecommitdiff
path: root/introspection/org.freedesktop.ModemManager.Modem.Gsm.Hso.xml
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-02-05 08:38:23 +0100
committerGuido Günther <agx@sigxcpu.org>2014-02-05 08:38:23 +0100
commit7fbee6ce27176bfc7ae9b34a4de9452cf5f6fa43 (patch)
tree5cabb0ab457846912d99ef675160be0dce4fbe6f /introspection/org.freedesktop.ModemManager.Modem.Gsm.Hso.xml
parentdc645b92b9a7db3076ae34986ac219d01677d124 (diff)
Imported Upstream version 0.4+git.20110124t203624.00b6cceupstream/0.4+git.20110124t203624.00b6cce
Diffstat (limited to 'introspection/org.freedesktop.ModemManager.Modem.Gsm.Hso.xml')
-rw-r--r--introspection/org.freedesktop.ModemManager.Modem.Gsm.Hso.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Gsm.Hso.xml b/introspection/org.freedesktop.ModemManager.Modem.Gsm.Hso.xml
new file mode 100644
index 0000000..d646acc
--- /dev/null
+++ b/introspection/org.freedesktop.ModemManager.Modem.Gsm.Hso.xml
@@ -0,0 +1,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>