2008-03-07 18:04:59 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
|
|
|
|
|
|
<node name="/">
|
2017-03-10 18:58:34 +01:00
|
|
|
<!--
|
|
|
|
|
org.freedesktop.NetworkManager.PPP:
|
2022-03-18 15:52:48 +01:00
|
|
|
@short_description: Helper interface for a PPP plugin.
|
2017-03-10 18:58:34 +01:00
|
|
|
|
|
|
|
|
-->
|
2008-03-07 18:04:59 +00:00
|
|
|
<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">
|
2008-03-11 16:37:41 +00:00
|
|
|
<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">
|
|
|
|
|
<arg name="config" type="a{sv}" direction="in"/>
|
|
|
|
|
</method>
|
|
|
|
|
|
2014-06-12 09:59:38 -05:00
|
|
|
<method name="SetIp6Config">
|
|
|
|
|
<arg name="config" type="a{sv}" direction="in"/>
|
|
|
|
|
</method>
|
|
|
|
|
|
2008-03-07 18:04:59 +00:00
|
|
|
<method name="SetState">
|
|
|
|
|
<arg name="state" type="u" direction="in"/>
|
|
|
|
|
</method>
|
2018-01-08 16:45:43 +01:00
|
|
|
|
|
|
|
|
<method name="SetIfindex">
|
|
|
|
|
<arg name="ifindex" type="i" direction="in"/>
|
|
|
|
|
</method>
|
|
|
|
|
|
2008-03-07 18:04:59 +00:00
|
|
|
</interface>
|
|
|
|
|
</node>
|