From 90e8691111889a7b5f3c812f5a41f15a8a058913 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 7 Nov 2017 00:14:39 +0100 Subject: New upstream version 1.9.90 --- libnm/nm-active-connection.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libnm/nm-active-connection.h') diff --git a/libnm/nm-active-connection.h b/libnm/nm-active-connection.h index 23cd7372..093ca64e 100644 --- a/libnm/nm-active-connection.h +++ b/libnm/nm-active-connection.h @@ -44,6 +44,7 @@ G_BEGIN_DECLS #define NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT_PATH "specific-object-path" #define NM_ACTIVE_CONNECTION_DEVICES "devices" #define NM_ACTIVE_CONNECTION_STATE "state" +#define NM_ACTIVE_CONNECTION_STATE_FLAGS "state-flags" #define NM_ACTIVE_CONNECTION_DEFAULT "default" #define NM_ACTIVE_CONNECTION_IP4_CONFIG "ip4-config" #define NM_ACTIVE_CONNECTION_DHCP4_CONFIG "dhcp4-config" @@ -76,6 +77,8 @@ const char *nm_active_connection_get_connection_type (NM const char *nm_active_connection_get_specific_object_path (NMActiveConnection *connection); const GPtrArray *nm_active_connection_get_devices (NMActiveConnection *connection); NMActiveConnectionState nm_active_connection_get_state (NMActiveConnection *connection); +NM_AVAILABLE_IN_1_10 +NMActivationStateFlags nm_active_connection_get_state_flags (NMActiveConnection *connection); NM_AVAILABLE_IN_1_8 NMActiveConnectionStateReason nm_active_connection_get_state_reason (NMActiveConnection *connection); NMDevice *nm_active_connection_get_master (NMActiveConnection *connection); -- cgit 1.3.0-6-gf8a5