summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2014-03-03 15:01:36 +0100
committerJiří Klimeš <jklimes@redhat.com>2014-03-05 16:17:13 +0100
commit28bd3cab2838a8322f8b2a9bc95c4481a4fe8e1c (patch)
treedbc2a077b72e660f1b913bdb80dc0ffb3274bea4 /introspection
parenteca6a49e2d91c21ff9f525dd34259e3ad6c12272 (diff)
downloadNetworkManager-28bd3cab2838a8322f8b2a9bc95c4481a4fe8e1c.tar.gz
core: add 'type' and 'id' property for NMActiveConnection (rh #1061822)
https://bugzilla.redhat.com/show_bug.cgi?id=1061822
Diffstat (limited to 'introspection')
-rw-r--r--introspection/nm-active-connection.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/introspection/nm-active-connection.xml b/introspection/nm-active-connection.xml
index 56a10132a9..cbecdfcefe 100644
--- a/introspection/nm-active-connection.xml
+++ b/introspection/nm-active-connection.xml
@@ -22,12 +22,24 @@
not change over the lifetime of the ActiveConnection once set.
</tp:docstring>
</property>
+ <property name="Id" type="s" access="read">
+ <tp:docstring>
+ The ID of the connection, provided as a convenience so that clients
+ do not have to retrieve all connection details.
+ </tp:docstring>
+ </property>
<property name="Uuid" type="s" access="read">
<tp:docstring>
The UUID of the connection, provided as a convenience so that clients
do not have to retrieve all connection details.
</tp:docstring>
</property>
+ <property name="Type" type="s" access="read">
+ <tp:docstring>
+ The type of the connection, provided as a convenience so that clients
+ do not have to retrieve all connection details.
+ </tp:docstring>
+ </property>
<property name="Devices" type="ao" access="read">
<tp:docstring>
Array of object paths representing devices which are part of this active