2008-03-07 18:04:59 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
|
|
|
|
|
|
<node name="/">
|
|
|
|
|
<interface name="org.freedesktop.NetworkManager.PPP">
|
2014-09-10 13:51:53 -04:00
|
|
|
<annotation name="org.gtk.GDBus.C.Name" value="PPP_Manager"/>
|
|
|
|
|
|
2008-03-07 18:04:59 +00:00
|
|
|
<method name="NeedSecrets">
|
|
|
|
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_ppp_manager_need_secrets"/>
|
2008-03-11 16:37:41 +00:00
|
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
|
|
|
|
|
<arg name="username" type="s" direction="out"/>
|
|
|
|
|
<arg name="password" type="s" direction="out"/>
|
2008-03-07 18:04:59 +00:00
|
|
|
</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>
|
|
|
|
|
|
2014-06-12 09:59:38 -05:00
|
|
|
<method name="SetIp6Config">
|
|
|
|
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_ppp_manager_set_ip6_config"/>
|
|
|
|
|
<arg name="config" type="a{sv}" direction="in"/>
|
|
|
|
|
</method>
|
|
|
|
|
|
2008-03-07 18:04:59 +00:00
|
|
|
<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>
|