diff options
author | Ted Gould <ted@gould.cx> | 2010-12-07 20:46:33 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-07 20:46:33 -0600 |
commit | a413ebac8c43f24d72cfeb983170204418201b58 (patch) | |
tree | 7faf4c5ad905cd493018888b7b4519a1e069406a /src/application-service-watcher.h | |
parent | f5e7b8efe61d35c65422284f49e5d01a614a9deb (diff) | |
parent | 12d94d3b9aa17214cadec6e98831356330cead51 (diff) | |
download | ayatana-indicator-application-a413ebac8c43f24d72cfeb983170204418201b58.tar.gz ayatana-indicator-application-a413ebac8c43f24d72cfeb983170204418201b58.tar.bz2 ayatana-indicator-application-a413ebac8c43f24d72cfeb983170204418201b58.zip |
Import upstream version 0.2.90
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 { |