aboutsummaryrefslogtreecommitdiff
path: root/src/status-service-dbus.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-07 21:05:58 +0100
committerTed Gould <ted@canonical.com>2009-08-07 21:05:58 +0100
commitc4dbc5ba3f963a74952c35ef23249694c3593217 (patch)
tree7a9bbd072edfe7ca86c271d7463f4b7e512fb8a4 /src/status-service-dbus.h
parent61e75b021a7adc56b685b890ff195a7d03cdb720 (diff)
parentd109578b8a84e07678762906021234404e53a8bf (diff)
downloadayatana-indicator-session-c4dbc5ba3f963a74952c35ef23249694c3593217.tar.gz
ayatana-indicator-session-c4dbc5ba3f963a74952c35ef23249694c3593217.tar.bz2
ayatana-indicator-session-c4dbc5ba3f963a74952c35ef23249694c3593217.zip
Merging in status shuffle branch to package it.
Diffstat (limited to 'src/status-service-dbus.h')
-rw-r--r--src/status-service-dbus.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/status-service-dbus.h b/src/status-service-dbus.h
index 1805dc5..e320104 100644
--- a/src/status-service-dbus.h
+++ b/src/status-service-dbus.h
@@ -18,6 +18,11 @@ typedef struct _StatusServiceDbusClass StatusServiceDbusClass;
struct _StatusServiceDbusClass {
GObjectClass parent_class;
+
+ /* Signals */
+ gboolean (*user_changed) (StatusServiceDbus * self, gchar ** name, gpointer user_data);
+ gboolean (*status_icons_changed) (StatusServiceDbus * self, GArray ** icons, gpointer user_data);
+
};
struct _StatusServiceDbus {