diff options
author | Dan Winship <danw@gnome.org> | 2013-08-22 13:06:51 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2013-08-28 11:01:13 -0400 |
commit | 8267f5d198a4e434396de2dd8e997fcf02a8fb27 (patch) | |
tree | f940cfd23790b3daf9ae79dbf80adcc54c1bedf1 /introspection/nm-manager.xml | |
parent | 5c716c8af8ddca1d3f7510494754d875b01a8889 (diff) | |
download | NetworkManager-8267f5d198a4e434396de2dd8e997fcf02a8fb27.tar.gz |
core: add NMManager:primary-connection and :activating-connection
Add properties to track the "primary" connection (ie, the active
connection with either the default route, or the route to the VPN with
the default route), and the active connection that is currently
activating, and likely to become the :primary-connection when it
completes.
https://bugzilla.gnome.org/show_bug.cgi?id=704841
Diffstat (limited to 'introspection/nm-manager.xml')
-rw-r--r-- | introspection/nm-manager.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/introspection/nm-manager.xml b/introspection/nm-manager.xml index 4fc7692cc4..a3d6647926 100644 --- a/introspection/nm-manager.xml +++ b/introspection/nm-manager.xml @@ -315,6 +315,25 @@ </tp:docstring> </property> + <property name="PrimaryConnection" type="o" access="read"> + <tp:docstring> + The object path of the "primary" active connection being used + to access the network. In particular, if there is no VPN + active, or the VPN does not have the default route, then this + indicates the connection that has the default route. If there + is a VPN active with the default route, then this indicates + the connection that contains the route to the VPN endpoint. + </tp:docstring> + </property> + + <property name="ActivatingConnection" type="o" access="read"> + <tp:docstring> + The object path of an active connection that is currently + being activated and which is expected to become the new + PrimaryConnection when it finishes activating. + </tp:docstring> + </property> + <property name="Startup" type="b" access="read"> <tp:docstring> Indicates whether NM is still starting up; this becomes FALSE |