diff options
| author | Michael Biebl <biebl@debian.org> | 2018-03-13 01:30:38 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-03-13 01:30:38 +0100 |
| commit | bd71023d735a1dd11b1da3779850df573f134ad1 (patch) | |
| tree | e53ddb1bdc1f700b61377ec8a264cfce40515488 /src/nm-active-connection.h | |
| parent | d0408a3e3b1cc6effec321d098008ef0c4acf91b (diff) | |
| parent | 7e9ff09fcb2366b383b7ebbec80d2f6fff117290 (diff) | |
Update upstream source from tag 'upstream/1.10.6'
Update to upstream version '1.10.6' with Debian dir c37b318f40a9e6c07a543a8093e311df21e75045
Diffstat (limited to 'src/nm-active-connection.h')
| -rw-r--r-- | src/nm-active-connection.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nm-active-connection.h b/src/nm-active-connection.h index 5ede2b04..3015b5c5 100644 --- a/src/nm-active-connection.h +++ b/src/nm-active-connection.h @@ -148,6 +148,10 @@ void nm_active_connection_set_state (NMActiveConnection *self, NMActiveConnectionState state, NMActiveConnectionStateReason reason); +void nm_active_connection_set_state_fail (NMActiveConnection *active, + NMActiveConnectionStateReason reason, + const char *error_desc); + NMActivationStateFlags nm_active_connection_get_state_flags (NMActiveConnection *self); void nm_active_connection_set_state_flags_full (NMActiveConnection *self, |