summaryrefslogtreecommitdiff
path: root/src/nm-active-connection.h
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 /src/nm-active-connection.h
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 'src/nm-active-connection.h')
-rw-r--r--src/nm-active-connection.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/nm-active-connection.h b/src/nm-active-connection.h
index 2a4df9705a..fac09e7c0b 100644
--- a/src/nm-active-connection.h
+++ b/src/nm-active-connection.h
@@ -35,7 +35,9 @@
/* D-Bus Exported Properties */
#define NM_ACTIVE_CONNECTION_CONNECTION "connection"
+#define NM_ACTIVE_CONNECTION_ID "id"
#define NM_ACTIVE_CONNECTION_UUID "uuid"
+#define NM_ACTIVE_CONNECTION_TYPE "type"
#define NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT "specific-object"
#define NM_ACTIVE_CONNECTION_DEVICES "devices"
#define NM_ACTIVE_CONNECTION_STATE "state"
@@ -94,6 +96,10 @@ void nm_active_connection_set_connection (NMActiveConnection *self,
const char * nm_active_connection_get_name (NMActiveConnection *self);
+const char * nm_active_connection_get_uuid (NMActiveConnection *self);
+
+const char * nm_active_connection_get_connection_type (NMActiveConnection *self);
+
const char * nm_active_connection_get_path (NMActiveConnection *self);
const char * nm_active_connection_get_specific_object (NMActiveConnection *self);