summary refs log tree commit diff
path: root/introspection/nm-manager-client.xml
diff options
context:
space:
mode:
Diffstat (limited to 'introspection/nm-manager-client.xml')
-rw-r--r--introspection/nm-manager-client.xml83
1 files changed, 0 insertions, 83 deletions
diff --git a/introspection/nm-manager-client.xml b/introspection/nm-manager-client.xml
deleted file mode 100644
index 24e4a29e..00000000
--- a/introspection/nm-manager-client.xml
+++ /dev/null
@@ -1,83 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<!-- 
-READ ME! READ ME! READ ME! READ ME! READ ME!
-
-This file needs to be kept in sync with nm-manager.xml with the exception of
-the legacy methods at the end of nm-manager.xml.
-
-This file is only used to ensure that a few legacy 0.6 D-DBus methods that
-NM supports don't leak into libnm-glib, but are only exposed by the NMManager
-object.  dbus-glib generates the same bound function names for D-Bus the methods
-"sleep" and "Sleep", unfortunately.
--->
-
-<node name="/">
-  <interface name="org.freedesktop.NetworkManager">
-    <method name="GetDevices">
-      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_get_devices"/>
-      <arg name="devices" type="ao" direction="out"/>
-    </method>
-
-    <method name="ActivateConnection">
-      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_activate_connection"/>
-      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
-      <arg name="service_name" type="s" direction="in"/>
-      <arg name="connection" type="o" direction="in"/>
-      <arg name="device" type="o" direction="in"/>
-      <arg name="specific_object" type="o" direction="in"/>
-      <arg name="active_connection" type="o" direction="out"/>
-    </method>
-
-    <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">
-      <arg name="state" type="u"/>
-    </signal>
-
-    <signal name="PropertiesChanged">
-      <arg name="properties" type="a{sv}"/>
-    </signal>
-
-    <signal name="DeviceAdded">
-      <arg name="state" type="o"/>
-    </signal>
-
-    <signal name="DeviceRemoved">
-      <arg name="state" type="o"/>
-    </signal>
-  </interface>
-</node>