diff options
Diffstat (limited to 'introspection/org.freedesktop.NetworkManager.PPP.xml')
| -rw-r--r-- | introspection/org.freedesktop.NetworkManager.PPP.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.PPP.xml b/introspection/org.freedesktop.NetworkManager.PPP.xml new file mode 100644 index 00000000..e4c6a2c8 --- /dev/null +++ b/introspection/org.freedesktop.NetworkManager.PPP.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8" ?> + +<node name="/"> + <interface name="org.freedesktop.NetworkManager.PPP"> + <annotation name="org.gtk.GDBus.C.Name" value="PPP_Manager"/> + + <method name="NeedSecrets"> + <arg name="username" type="s" direction="out"/> + <arg name="password" type="s" direction="out"/> + </method> + + <method name="SetIp4Config"> + <arg name="config" type="a{sv}" direction="in"/> + </method> + + <method name="SetIp6Config"> + <arg name="config" type="a{sv}" direction="in"/> + </method> + + <method name="SetState"> + <arg name="state" type="u" direction="in"/> + </method> + </interface> +</node> |