From 8baa1aca8dfd35e3190d7d5655eb83b5b901e263 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 21 Apr 2011 10:42:53 +0200 Subject: Imported Upstream version 0.8.4.0 --- src/nm-active-connection.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/nm-active-connection.h') diff --git a/src/nm-active-connection.h b/src/nm-active-connection.h index d39fcbd7..5dde3087 100644 --- a/src/nm-active-connection.h +++ b/src/nm-active-connection.h @@ -24,6 +24,7 @@ #include #include "nm-connection.h" +#define NM_ACTIVE_CONNECTION_SERVICE_NAME "service-name" #define NM_ACTIVE_CONNECTION_CONNECTION "connection" #define NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT "specific-object" #define NM_ACTIVE_CONNECTION_DEVICES "devices" @@ -34,7 +35,10 @@ char *nm_active_connection_get_next_object_path (void); +void nm_active_connection_scope_to_value (NMConnection *connection, GValue *value); + void nm_active_connection_install_properties (GObjectClass *object_class, + guint prop_service_name, guint prop_connection, guint prop_specific_object, guint prop_devices, -- cgit 1.3.0-6-gf8a5 From 9f806e97a24bba61417ae312fcc0da40914266fb Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 4 May 2011 21:35:41 +0200 Subject: Imported Upstream version 0.8.999 --- src/nm-active-connection.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/nm-active-connection.h') diff --git a/src/nm-active-connection.h b/src/nm-active-connection.h index 5dde3087..4bd8c78e 100644 --- a/src/nm-active-connection.h +++ b/src/nm-active-connection.h @@ -24,8 +24,8 @@ #include #include "nm-connection.h" -#define NM_ACTIVE_CONNECTION_SERVICE_NAME "service-name" #define NM_ACTIVE_CONNECTION_CONNECTION "connection" +#define NM_ACTIVE_CONNECTION_UUID "uuid" #define NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT "specific-object" #define NM_ACTIVE_CONNECTION_DEVICES "devices" #define NM_ACTIVE_CONNECTION_STATE "state" @@ -35,11 +35,9 @@ char *nm_active_connection_get_next_object_path (void); -void nm_active_connection_scope_to_value (NMConnection *connection, GValue *value); - void nm_active_connection_install_properties (GObjectClass *object_class, - guint prop_service_name, guint prop_connection, + guint prop_uuid, guint prop_specific_object, guint prop_devices, guint prop_state, -- cgit 1.3.0-6-gf8a5