diff options
| author | Jeremy Bicha <jbicha@ubuntu.com> | 2018-03-26 08:35:51 -0400 |
|---|---|---|
| committer | Jeremy Bicha <jbicha@ubuntu.com> | 2018-03-26 08:35:51 -0400 |
| commit | 95410d8dcdd0433894612785c89b821b9de4cc04 (patch) | |
| tree | 66c57586825b10af593a84a00ee885aa257b5196 /src/nm-active-connection.h | |
| parent | 6b60d03d200147c516db40716b1c58e2a86db1a5 (diff) | |
| parent | aee9265c9325331914e9fd42ce06e063fabdfcab (diff) | |
Merge tag 'debian/1.10.6-2' into bionic
network-manager Debian release 1.10.6-2
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, |