~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to solid/modemmanager-0.4/dbus/introspection/mm-modem-gsm-hso.xml

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
 
 
3
<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
 
4
  <interface name="org.freedesktop.ModemManager.Modem.Gsm.Hso">
 
5
    <method name="Authenticate">
 
6
      <tp:docstring>
 
7
        Authenticate using the passed user name and password.
 
8
      </tp:docstring>
 
9
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
10
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_hso_authenticate"/>
 
11
      <arg name="username" type="s" direction="in">
 
12
        The user name.
 
13
      </arg>
 
14
      <arg name="password" type="s" direction="in">
 
15
        The password.
 
16
      </arg>
 
17
    </method>
 
18
  </interface>
 
19
</node>