diff options
| author | Michael Biebl <biebl@debian.org> | 2016-01-20 16:26:51 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-01-20 16:26:51 +0100 |
| commit | 494f296a3baab08522617b24b1f126d8f9a17502 (patch) | |
| tree | c8ef32fb0dd1c4ff35a0b38e787abb58692de0cd /introspection/nm-ppp-manager.xml | |
| parent | 54f6333410ffd570e62717d9e77c5c987175e397 (diff) | |
Imported Upstream version 1.1.90 upstream/1.1.90
Diffstat (limited to 'introspection/nm-ppp-manager.xml')
| -rw-r--r-- | introspection/nm-ppp-manager.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/introspection/nm-ppp-manager.xml b/introspection/nm-ppp-manager.xml index 5ea1e8b1..e4c6a2c8 100644 --- a/introspection/nm-ppp-manager.xml +++ b/introspection/nm-ppp-manager.xml @@ -5,24 +5,19 @@ <annotation name="org.gtk.GDBus.C.Name" value="PPP_Manager"/> <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="SetIp6Config"> - <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_ppp_manager_set_ip6_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> |