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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/custom-service-watcher.h b/src/custom-service-watcher.h
index 3006175..c705fb5 100644
--- a/src/custom-service-watcher.h
+++ b/src/custom-service-watcher.h
@@ -4,6 +4,8 @@
#include <glib.h>
#include <glib-object.h>
+#include "custom-service-appstore.h"
+
G_BEGIN_DECLS
#define CUSTOM_SERVICE_WATCHER_TYPE (custom_service_watcher_get_type ())
@@ -25,6 +27,7 @@ struct _CustomServiceWatcher {
};
GType custom_service_watcher_get_type (void);
+CustomServiceWatcher * custom_service_watcher_new (CustomServiceAppstore * appstore);
G_END_DECLS