add more spacing
[personal-kdebase.git] / workspace / solid / networkmanager-0.7 / dbus / introspection / nm-active-connection.xml
blobd938854ffc86e166fdfcdbb27b4837670a7c31e8
1 <?xml version="1.0" encoding="UTF-8" ?>
3 <node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
4   <interface name="org.freedesktop.NetworkManager.Connection.Active">
5     <property name="ServiceName" type="s" access="read">
6       <tp:docstring>The D-Bus service name providing this connection.</tp:docstring>
7     </property>
8     <property name="Connection" type="o" access="read">
9       <tp:docstring>The path of the connection.</tp:docstring>
10     </property>
11     <property name="SpecificObject" type="o" access="read">
12       <tp:docstring>A specific object associated with the active connection.</tp:docstring>
13     </property>
14     <property name="Devices" type="ao" access="read">
15       <tp:docstring>Array of object paths representing devices which are part of this active connection.</tp:docstring>
16     </property>
17     <property name="State" type="u" access="read" tp:type="NM_ACTIVE_CONNECTION_STATE">
18       <tp:docstring>The state of this active connection.</tp:docstring>
19     </property>
20     <property name="Default" type="b" access="read">
21       <tp:docstring>Whether this active connection is the default connection, i.e. whether it currently owns the default route.</tp:docstring>
22     </property>
24     <signal name="PropertiesChanged">
25         <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
26             <tp:docstring>
27                 A dictionary mapping property names to variant boxed values
28             </tp:docstring>
29         </arg>
30     </signal>
32     <tp:enum name="NM_ACTIVE_CONNECTION_STATE" type="u">
33       <tp:enumvalue suffix="UNKNOWN" value="0">
34         <tp:docstring>
35           The active connection is in an unknown state.
36         </tp:docstring>
37       </tp:enumvalue>
38       <tp:enumvalue suffix="ACTIVATING" value="1">
39         <tp:docstring>
40           The connection is activating.
41         </tp:docstring>
42       </tp:enumvalue>
43       <tp:enumvalue suffix="ACTIVATED" value="2">
44         <tp:docstring>
45           The connection is activated.
46         </tp:docstring>
47       </tp:enumvalue>
48     </tp:enum>
49   </interface>
50 </node>