diff options
author | Ted Gould <ted@gould.cx> | 2010-10-19 20:23:53 -0400 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-10-19 20:23:53 -0400 |
commit | f5573ca8adf60de99f62158d1c1cbeff5f6480f0 (patch) | |
tree | 6ab7c6427aeb190e7ad92101a4ad7388e7cc2dd6 /src/application-service-watcher.h | |
parent | 597ba2a3dec3f77be633c88905f93d7a75604397 (diff) | |
parent | 50440e60b3089bde091776f0c2551cc0182ba33c (diff) | |
download | libayatana-appindicator-f5573ca8adf60de99f62158d1c1cbeff5f6480f0.tar.gz libayatana-appindicator-f5573ca8adf60de99f62158d1c1cbeff5f6480f0.tar.bz2 libayatana-appindicator-f5573ca8adf60de99f62158d1c1cbeff5f6480f0.zip |
* Upstream Merge
* Fixing the Watcher Interface
Diffstat (limited to 'src/application-service-watcher.h')
-rw-r--r-- | src/application-service-watcher.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/application-service-watcher.h b/src/application-service-watcher.h index ee6a723..6c430db 100644 --- a/src/application-service-watcher.h +++ b/src/application-service-watcher.h @@ -44,10 +44,9 @@ struct _ApplicationServiceWatcherClass { GObjectClass parent_class; /* Signals */ - void (*service_registered) (ApplicationServiceWatcher * watcher, gchar * object, gpointer data); - void (*service_unregistered) (ApplicationServiceWatcher * watcher, gchar * object, gpointer data); - void (*notification_host_registered) (ApplicationServiceWatcher * watcher, gpointer data); - void (*notification_host_unregistered) (ApplicationServiceWatcher * watcher, gpointer data); + void (*status_notifier_item_registered) (ApplicationServiceWatcher * watcher, gchar * object, gpointer data); + void (*status_notifier_item_unregistered) (ApplicationServiceWatcher * watcher, gchar * object, gpointer data); + void (*status_notifier_host_registered) (ApplicationServiceWatcher * watcher, gpointer data); }; struct _ApplicationServiceWatcher { |