diff options
| author | Michael Biebl <biebl@debian.org> | 2017-05-11 15:03:26 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-05-11 15:03:26 +0200 |
| commit | 04996460fa839109b6318838d1f41e5f3ef8139a (patch) | |
| tree | cb35e54363b8ea8e78e6978a92fb68ae9409e116 /src/nm-active-connection.h | |
| parent | 1ae6f6dc1b3c266401a4709995991b967320139a (diff) | |
| parent | c333f062ddcba9b35330647bf6cbd0a07f2d786e (diff) | |
Merge tag 'upstream/1.8.0' into experimental
Upstream version 1.8.0
Diffstat (limited to 'src/nm-active-connection.h')
| -rw-r--r-- | src/nm-active-connection.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/nm-active-connection.h b/src/nm-active-connection.h index d87a30b5..8d3478c7 100644 --- a/src/nm-active-connection.h +++ b/src/nm-active-connection.h @@ -55,6 +55,10 @@ #define NM_ACTIVE_CONNECTION_INT_SUBJECT "int-subject" #define NM_ACTIVE_CONNECTION_INT_MASTER "int-master" #define NM_ACTIVE_CONNECTION_INT_MASTER_READY "int-master-ready" +#define NM_ACTIVE_CONNECTION_INT_ACTIVATION_TYPE "int-activation-type" + +/* Signals */ +#define NM_ACTIVE_CONNECTION_STATE_CHANGED "state-changed" /* Internal signals*/ #define NM_ACTIVE_CONNECTION_DEVICE_CHANGED "device-changed" @@ -138,7 +142,8 @@ gboolean nm_active_connection_get_default6 (NMActiveConnection *self); NMActiveConnectionState nm_active_connection_get_state (NMActiveConnection *self); void nm_active_connection_set_state (NMActiveConnection *self, - NMActiveConnectionState state); + NMActiveConnectionState state, + NMActiveConnectionStateReason reason); NMDevice * nm_active_connection_get_device (NMActiveConnection *self); @@ -158,10 +163,7 @@ void nm_active_connection_set_master (NMActiveConnection *self, void nm_active_connection_set_parent (NMActiveConnection *self, NMActiveConnection *parent); -void nm_active_connection_set_assumed (NMActiveConnection *self, - gboolean assumed); - -gboolean nm_active_connection_get_assumed (NMActiveConnection *self); +NMActivationType nm_active_connection_get_activation_type (NMActiveConnection *self); void nm_active_connection_clear_secrets (NMActiveConnection *self); |