diff options
author | Ted Gould <ted@canonical.com> | 2009-08-07 21:05:58 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-07 21:05:58 +0100 |
commit | c4dbc5ba3f963a74952c35ef23249694c3593217 (patch) | |
tree | 7a9bbd072edfe7ca86c271d7463f4b7e512fb8a4 /src/status-service-dbus.h | |
parent | 61e75b021a7adc56b685b890ff195a7d03cdb720 (diff) | |
parent | d109578b8a84e07678762906021234404e53a8bf (diff) | |
download | ayatana-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.h | 5 |
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 { |