summaryrefslogtreecommitdiffstats
path: root/knetworkmanager-0.8/introspection/nm-ppp-manager.xml
blob: 9e2dfdb1c3289985552ea24c513ed07886d775ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" ?>

<node name="/">
  <interface name="org.freedesktop.NetworkManager.PPP">
    <method name="NeedSecrets">
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_ppp_manager_need_secrets"/>
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
      <arg name="username" type="s" direction="out"/>
      <arg name="password" type="s" direction="out"/>
    </method>

    <method name="SetIp4Config">
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_ppp_manager_set_ip4_config"/>
      <arg name="config" type="a{sv}" direction="in"/>
    </method>

    <method name="SetState">
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_ppp_manager_set_state"/>
      <arg name="state" type="u" direction="in"/>
    </method>
  </interface>
</node>