diff options
Diffstat (limited to 'introspection/org.freedesktop.NetworkManager.Connection.Active.xml')
| -rw-r--r-- | introspection/org.freedesktop.NetworkManager.Connection.Active.xml | 9 |
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 31a485c9..3962cf88 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. |