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

« back to all changes in this revision

Viewing changes to solid/networkmanager-0.7/dbus/introspection/nm-ppp-manager.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="/">
 
4
  <interface name="org.freedesktop.NetworkManager.PPP">
 
5
    <method name="NeedSecrets">
 
6
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_ppp_manager_need_secrets"/>
 
7
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
8
      <arg name="username" type="s" direction="out"/>
 
9
      <arg name="password" type="s" direction="out"/>
 
10
    </method>
 
11
 
 
12
    <method name="SetIp4Config">
 
13
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_ppp_manager_set_ip4_config"/>
 
14
      <arg name="config" type="a{sv}" direction="in"/>
 
15
    </method>
 
16
 
 
17
    <method name="SetState">
 
18
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_ppp_manager_set_state"/>
 
19
      <arg name="state" type="u" direction="in"/>
 
20
    </method>
 
21
  </interface>
 
22
</node>