aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-watcher.h
diff options
context:
space:
mode:
authorAurelien Gateau <aurelien.gateau@canonical.com>2010-10-08 18:04:27 +0200
committerAurelien Gateau <aurelien.gateau@canonical.com>2010-10-08 18:04:27 +0200
commitea206ef1316942b005fd538dc8a251bd239291cd (patch)
tree4bf937c24fe06ab89f5577f4dd42444877200fd3 /src/application-service-watcher.h
parent6f032f50c8bec41cd56e36ec09af118a9684af5b (diff)
downloadayatana-indicator-application-ea206ef1316942b005fd538dc8a251bd239291cd.tar.gz
ayatana-indicator-application-ea206ef1316942b005fd538dc8a251bd239291cd.tar.bz2
ayatana-indicator-application-ea206ef1316942b005fd538dc8a251bd239291cd.zip
NotificationHost => StatusNotifierHost, Service => StatusNotifierItem
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 {