diff options
Diffstat (limited to 'introspection/nm-manager-client.xml')
| -rw-r--r-- | introspection/nm-manager-client.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/introspection/nm-manager-client.xml b/introspection/nm-manager-client.xml index 7a9e311c..24e4a29e 100644 --- a/introspection/nm-manager-client.xml +++ b/introspection/nm-manager-client.xml @@ -31,25 +31,37 @@ object. dbus-glib generates the same bound function names for D-Bus the methods <method name="DeactivateConnection"> <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_deactivate_connection"/> + <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> <arg name="active_connection" type="o" direction="in"/> </method> <method name="Sleep"> <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_sleep"/> + <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> <arg name="sleep" type="b" direction="in"/> </method> <method name="Enable"> <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_enable"/> + <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> <arg name="enable" type="b" direction="in"/> </method> + <method name="GetPermissions"> + <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_get_permissions"/> + <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> + <arg name="permissions" type="a{ss}" direction="out"/> + </method> + + <signal name="CheckPermissions"/> + <property name="NetworkingEnabled" type="b" access="read"/> <property name="WirelessEnabled" type="b" access="readwrite"/> <property name="WirelessHardwareEnabled" type="b" access="read"/> <property name="WwanEnabled" type="b" access="readwrite"/> <property name="WwanHardwareEnabled" type="b" access="read"/> <property name="ActiveConnections" type="ao" access="read"/> + <property name="Version" type="s" access="read"/> <property name="State" type="u" access="read"/> <signal name="StateChanged"> |