add more spacing
[personal-kdebase.git] / workspace / solid / networkmanager-0.7 / dbus / introspection / nm-manager-client.xml
blob1dfdbefeed310a188cc6619077982b2258915ac1
1 <?xml version="1.0" encoding="UTF-8" ?>
3 <!-- 
4 READ ME! READ ME! READ ME! READ ME! READ ME!
6 This file needs to be kept in sync with nm-manager.xml with the exception of
7 the legacy methods at the end of nm-manager.xml.
9 This file is only used to ensure that a few legacy 0.6 D-DBus methods that
10 NM supports don't leak into libnm-glib, but are only exposed by the NMManager
11 object.  dbus-glib generates the same bound function names for D-Bus the methods
12 "sleep" and "Sleep", unfortunately.
13 -->
15 <node name="/">
16   <interface name="org.freedesktop.NetworkManager">
17     <method name="GetDevices">
18       <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_get_devices"/>
19       <arg name="devices" type="ao" direction="out"/>
20     </method>
22     <method name="ActivateConnection">
23       <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_activate_connection"/>
24       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
25       <arg name="service_name" type="s" direction="in"/>
26       <arg name="connection" type="o" direction="in"/>
27       <arg name="device" type="o" direction="in"/>
28       <arg name="specific_object" type="o" direction="in"/>
29       <arg name="active_connection" type="o" direction="out"/>
30     </method>
32     <method name="DeactivateConnection">
33       <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_deactivate_connection"/>
34       <arg name="active_connection" type="o" direction="in"/>
35     </method>
37     <method name="Sleep">
38       <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_sleep"/>
39       <arg name="sleep" type="b" direction="in"/>
40     </method>
42     <property name="WirelessEnabled" type="b" access="readwrite"/>
43     <property name="WirelessHardwareEnabled" type="b" access="read"/>
44     <property name="ActiveConnections" type="ao" access="read"/>
45     <property name="State" type="u" access="read"/>
47     <signal name="StateChanged">
48       <arg name="state" type="u"/>
49     </signal>
51     <signal name="PropertiesChanged">
52       <arg name="properties" type="a{sv}">
53         <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QVariantMap"/>
54       </arg>
55     </signal>
57     <signal name="DeviceAdded">
58       <arg name="state" type="o"/>
59     </signal>
61     <signal name="DeviceRemoved">
62       <arg name="state" type="o"/>
63     </signal>
64   </interface>
65 </node>