diff options
author | Ted Gould <ted@canonical.com> | 2009-08-06 15:22:47 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-06 15:22:47 +0100 |
commit | 78afa2e5ac7a98282bae867b2b68612ad3a01cba (patch) | |
tree | f3eed3992cef940062c3c54d60e955d8fa29b624 /src/status-service-dbus.h | |
parent | e988b52dbade0b020a5c58b13a67a43a17ac4293 (diff) | |
download | ayatana-indicator-session-78afa2e5ac7a98282bae867b2b68612ad3a01cba.tar.gz ayatana-indicator-session-78afa2e5ac7a98282bae867b2b68612ad3a01cba.tar.bz2 ayatana-indicator-session-78afa2e5ac7a98282bae867b2b68612ad3a01cba.zip |
Adding a couple of signals in here.
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 { |