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>
8 <property name="Connection" type="o" access="read">
9 <tp:docstring>The path of the connection.</tp:docstring>
11 <property name="SpecificObject" type="o" access="read">
12 <tp:docstring>A specific object associated with the active connection.</tp:docstring>
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>
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>
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>
24 <signal name="PropertiesChanged">
25 <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
27 A dictionary mapping property names to variant boxed values
32 <tp:enum name="NM_ACTIVE_CONNECTION_STATE" type="u">
33 <tp:enumvalue suffix="UNKNOWN" value="0">
35 The active connection is in an unknown state.
38 <tp:enumvalue suffix="ACTIVATING" value="1">
40 The connection is activating.
43 <tp:enumvalue suffix="ACTIVATED" value="2">
45 The connection is activated.