diff options
Diffstat (limited to 'introspection/nm-active-connection.xml')
-rw-r--r-- | introspection/nm-active-connection.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/introspection/nm-active-connection.xml b/introspection/nm-active-connection.xml index 41aeab62d..765830a1d 100644 --- a/introspection/nm-active-connection.xml +++ b/introspection/nm-active-connection.xml @@ -2,6 +2,9 @@ <node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"> <interface name="org.freedesktop.NetworkManager.Connection.Active"> + <property name="ServiceName" type="s" access="read"> + <tp:docstring>The D-Bus service name providing this connection.</tp:docstring> + </property> <property name="Connection" type="o" access="read"> <tp:docstring>The path of the connection.</tp:docstring> </property> @@ -48,11 +51,6 @@ The connection is activated. </tp:docstring> </tp:enumvalue> - <tp:enumvalue suffix="DEACTIVATING" value="3"> - <tp:docstring> - The connection is being torn down and cleaned up. - </tp:docstring> - </tp:enumvalue> </tp:enum> </interface> </node> |