diff options
author | Ted Gould <ted@canonical.com> | 2009-08-07 21:54:26 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-07 21:54:26 +0100 |
commit | a52ff08217de74771d2721b6e3a3707d43fbe780 (patch) | |
tree | 2dd8c1e9c43293900548fd823bfad28652c9dfd7 /src/status-service-dbus.h | |
parent | 9b7303cd469357b2d17cb87313d83d47ffc16470 (diff) | |
parent | 848e09b4d35f6609c4deaf1298c8b4360ed15a22 (diff) | |
download | ayatana-indicator-session-a52ff08217de74771d2721b6e3a3707d43fbe780.tar.gz ayatana-indicator-session-a52ff08217de74771d2721b6e3a3707d43fbe780.tar.bz2 ayatana-indicator-session-a52ff08217de74771d2721b6e3a3707d43fbe780.zip |
Merging the branch for better status service.
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 { |