diff options
| author | Michael Biebl <biebl@debian.org> | 2017-11-07 00:14:39 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-11-07 00:14:39 +0100 |
| commit | 90e8691111889a7b5f3c812f5a41f15a8a058913 (patch) | |
| tree | f101a879eca27c34a9bfa5f3da52266b22539a36 /libnm/nm-active-connection.h | |
| parent | bdb6eeb0670658255c2a4c3c501c0a27fa8cfe55 (diff) | |
New upstream version 1.9.90 upstream/1.9.90
Diffstat (limited to 'libnm/nm-active-connection.h')
| -rw-r--r-- | libnm/nm-active-connection.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |