aboutsummaryrefslogtreecommitdiff
path: root/src/status-provider.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-17 09:05:04 -0500
committerTed Gould <ted@canonical.com>2009-08-17 09:05:04 -0500
commitb107a295f3baacfc3fbd9328cb94f43a0f993c58 (patch)
tree9ef4f9cf4d83c507fcca6e2f92c8857fbd16a4e5 /src/status-provider.h
parent76e386da015a29e46291fe66848d376e340eed7b (diff)
parent692f214823437c5ae15bbcd601b98cdae1d1af08 (diff)
downloadayatana-indicator-session-b107a295f3baacfc3fbd9328cb94f43a0f993c58.tar.gz
ayatana-indicator-session-b107a295f3baacfc3fbd9328cb94f43a0f993c58.tar.bz2
ayatana-indicator-session-b107a295f3baacfc3fbd9328cb94f43a0f993c58.zip
Merging in the branch getting the status icons working.
Diffstat (limited to 'src/status-provider.h')
-rw-r--r--src/status-provider.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/status-provider.h b/src/status-provider.h
index f01a90e..9cc9885 100644
--- a/src/status-provider.h
+++ b/src/status-provider.h
@@ -47,7 +47,8 @@ typedef enum
}
StatusProviderStatus;
-#define STATUS_PROVIDER_SIGNAL_STATUS_CHANGED "status-changed"
+#define STATUS_PROVIDER_SIGNAL_STATUS_CHANGED "status-changed"
+#define STATUS_PROVIDER_SIGNAL_STATUS_CHANGED_ID (g_signal_lookup(STATUS_PROVIDER_SIGNAL_STATUS_CHANGED, STATUS_PROVIDER_TYPE))
typedef struct _StatusProvider StatusProvider;
struct _StatusProvider {