aboutsummaryrefslogtreecommitdiff
path: root/src/custom-service-watcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/custom-service-watcher.h')
-rw-r--r--src/custom-service-watcher.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/custom-service-watcher.h b/src/custom-service-watcher.h
index c705fb5..1a037be 100644
--- a/src/custom-service-watcher.h
+++ b/src/custom-service-watcher.h
@@ -20,6 +20,12 @@ typedef struct _CustomServiceWatcherClass CustomServiceWatcherClass;
struct _CustomServiceWatcherClass {
GObjectClass parent_class;
+
+ /* Signals */
+ void (*service_registered) (CustomServiceWatcher * watcher, gchar * object, gpointer data);
+ void (*service_unregistered) (CustomServiceWatcher * watcher, gchar * object, gpointer data);
+ void (*notification_host_registered) (CustomServiceWatcher * watcher, gpointer data);
+ void (*notification_host_unregistered) (CustomServiceWatcher * watcher, gpointer data);
};
struct _CustomServiceWatcher {