aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-watcher.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-07 20:46:33 -0600
committerTed Gould <ted@gould.cx>2010-12-07 20:46:33 -0600
commita413ebac8c43f24d72cfeb983170204418201b58 (patch)
tree7faf4c5ad905cd493018888b7b4519a1e069406a /src/application-service-watcher.h
parentf5e7b8efe61d35c65422284f49e5d01a614a9deb (diff)
parent12d94d3b9aa17214cadec6e98831356330cead51 (diff)
downloadlibayatana-appindicator-a413ebac8c43f24d72cfeb983170204418201b58.tar.gz
libayatana-appindicator-a413ebac8c43f24d72cfeb983170204418201b58.tar.bz2
libayatana-appindicator-a413ebac8c43f24d72cfeb983170204418201b58.zip
Import upstream version 0.2.90
Diffstat (limited to 'src/application-service-watcher.h')
-rw-r--r--src/application-service-watcher.h7
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 {