aboutsummaryrefslogtreecommitdiff
path: root/src/custom-service-watcher.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-11-06 17:13:47 -0600
committerTed Gould <ted@canonical.com>2009-11-06 17:13:47 -0600
commitced0ec2c7e9e9138fb42422e662bf03deb957343 (patch)
tree44c308f472d22edadb04c8ba123b4d3379c3982a /src/custom-service-watcher.h
parentfa2ac0047468678ee0bd6cf8e03731bbfdd98dd3 (diff)
downloadayatana-indicator-application-ced0ec2c7e9e9138fb42422e662bf03deb957343.tar.gz
ayatana-indicator-application-ced0ec2c7e9e9138fb42422e662bf03deb957343.tar.bz2
ayatana-indicator-application-ced0ec2c7e9e9138fb42422e662bf03deb957343.zip
Connecting the watcher and the appstore. And actually building one. We're on DBus now.
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