diff options
| author | Michael Biebl <biebl@debian.org> | 2017-01-17 20:25:47 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-01-17 20:25:47 +0100 |
| commit | bed53db3e064450b56e23ec654f40a3bafe58815 (patch) | |
| tree | 314508d6c904b1224dab2070e0cfdd5a02d7dd89 /introspection/org.freedesktop.NetworkManager.PPP.xml | |
| parent | 7135a6e87c938139e3a5db121d62dcaa783345d1 (diff) | |
| parent | 58f8be580039b0575b197b9573a1c92745d96d30 (diff) | |
Merge tag 'upstream/1.5.90' into experimental
Upstream version 1.5.90
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> |