summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-09-25 19:06:02 +0200
committerThomas Haller <thaller@redhat.com>2017-10-05 11:50:31 +0200
commit817a45bfe6d867ef2eb9b63a148db34e51c61817 (patch)
tree6138f4921d82e55c0632e2ce023b665b1812ab26 /introspection
parentd7bbc05b734937d4271d8c265244892f603c1ac4 (diff)
downloadNetworkManager-817a45bfe6d867ef2eb9b63a148db34e51c61817.tar.gz
libnm: add NMActivationStateFlags
No flags yet implemented. https://bugzilla.redhat.com/show_bug.cgi?id=1454883
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.NetworkManager.Connection.Active.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Connection.Active.xml b/introspection/org.freedesktop.NetworkManager.Connection.Active.xml
index 31a485c9ff..3962cf88ee 100644
--- a/introspection/org.freedesktop.NetworkManager.Connection.Active.xml
+++ b/introspection/org.freedesktop.NetworkManager.Connection.Active.xml
@@ -81,6 +81,15 @@
<property name="State" type="u" access="read"/>
<!--
+ StateFlags:
+
+ The state flags of this active connection.
+
+ Returns: <link linkend="NMActivationStateFlags">NMActivationStateFlags</link>
+ -->
+ <property name="StateFlags" type="u" access="read"/>
+
+ <!--
StateChanged:
@state: (<link linkend="NMActiveConnectionState">NMActiveConnectionState</link>) The new state of the active connection.
@reason: (<link linkend="NMActiveConnectionStateReason">NMActiveConnectionStateReason</link>) Reason code describing the change to the new state.