diff options
author | Ted Gould <ted@canonical.com> | 2009-11-06 17:13:47 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-06 17:13:47 -0600 |
commit | ced0ec2c7e9e9138fb42422e662bf03deb957343 (patch) | |
tree | 44c308f472d22edadb04c8ba123b4d3379c3982a /src/custom-service-watcher.h | |
parent | fa2ac0047468678ee0bd6cf8e03731bbfdd98dd3 (diff) | |
download | libayatana-appindicator-ced0ec2c7e9e9138fb42422e662bf03deb957343.tar.gz libayatana-appindicator-ced0ec2c7e9e9138fb42422e662bf03deb957343.tar.bz2 libayatana-appindicator-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.h | 3 |
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 |