summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-08-22 16:59:11 -0500
committerDan Williams <dcbw@redhat.com>2012-12-17 17:01:10 -0600
commit7258dd270f01d7956a2a61f4378a0a28b29db2d0 (patch)
treeafda588ad29d6862ea09564370f9f9f08ab21abb /introspection
parentabad22f87eb66bd54975187397cc644b0d0767a1 (diff)
downloadNetworkManager-7258dd270f01d7956a2a61f4378a0a28b29db2d0.tar.gz
core: add the NM_ACTIVE_CONNECTION_STATE_DEACTIVATED state
We'll use this to know when to clean up and dispose of the active connection in the manager.
Diffstat (limited to 'introspection')
-rw-r--r--introspection/nm-active-connection.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/introspection/nm-active-connection.xml b/introspection/nm-active-connection.xml
index ef01ab1609..d90565ae30 100644
--- a/introspection/nm-active-connection.xml
+++ b/introspection/nm-active-connection.xml
@@ -70,6 +70,11 @@
The connection is being torn down and cleaned up.
</tp:docstring>
</tp:enumvalue>
+ <tp:enumvalue suffix="DEACTIVATED" value="4">
+ <tp:docstring>
+ The connection is no longer active.
+ </tp:docstring>
+ </tp:enumvalue>
</tp:enum>
</interface>
</node>