summaryrefslogtreecommitdiff
path: root/libnm/nm-client.h
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2016-07-07 11:35:19 +0200
committerLubomir Rintel <lkundrak@v3.sk>2016-07-07 11:56:05 +0200
commit12290252c7948886caac1014a04b57daf87b215c (patch)
treebb1888c6655ad003c56c50aa8996eb96abbfc877 /libnm/nm-client.h
parentf24d44ee875e065957a0f12dd74657f503ca5b5d (diff)
downloadNetworkManager-12290252c7948886caac1014a04b57daf87b215c.tar.gz
libnm/client: emit signals when active connection disappears
It allows us to reliably track failures to activate a connection.
Diffstat (limited to 'libnm/nm-client.h')
-rw-r--r--libnm/nm-client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libnm/nm-client.h b/libnm/nm-client.h
index 6bae78fa47..a496d9ad2e 100644
--- a/libnm/nm-client.h
+++ b/libnm/nm-client.h
@@ -66,6 +66,8 @@ G_BEGIN_DECLS
#define NM_CLIENT_PERMISSION_CHANGED "permission-changed"
#define NM_CLIENT_CONNECTION_ADDED "connection-added"
#define NM_CLIENT_CONNECTION_REMOVED "connection-removed"
+#define NM_CLIENT_ACTIVE_CONNECTION_ADDED "active-connection-added"
+#define NM_CLIENT_ACTIVE_CONNECTION_REMOVED "active-connection-removed"
/**
* NMClientPermission: