summaryrefslogtreecommitdiff
path: root/src/nm-session-monitor.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-10-26 16:33:47 -0500
committerDan Williams <dcbw@redhat.com>2010-10-26 16:33:47 -0500
commitb51cef3cba3ddb19ba01a3d3ef15a37fb5ec9eaa (patch)
treef2263742eadae8cf5439b0b5c0038afb24361287 /src/nm-session-monitor.h
parentedbf4a3ca243dd7ae110da80e870e4d4ba18deba (diff)
settings: clean up connection visibility and session change handling
Diffstat (limited to 'src/nm-session-monitor.h')
-rw-r--r--src/nm-session-monitor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nm-session-monitor.h b/src/nm-session-monitor.h
index fe99fa4d68..77ea9a0364 100644
--- a/src/nm-session-monitor.h
+++ b/src/nm-session-monitor.h
@@ -32,6 +32,8 @@ G_BEGIN_DECLS
#define NM_IS_SESSION_MONITOR(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), NM_TYPE_SESSION_MONITOR))
#define NM_IS_SESSION_MONITOR_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), NM_TYPE_SESSION_MONITOR))
+#define NM_SESSION_MONITOR_CHANGED "changed"
+
typedef struct _NMSessionMonitor NMSessionMonitor;
typedef struct _NMSessionMonitorClass NMSessionMonitorClass;