aboutsummaryrefslogtreecommitdiff
path: root/src/custom-service.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/custom-service.c')
-rw-r--r--src/custom-service.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/custom-service.c b/src/custom-service.c
index b191bac..2f8ecf5 100644
--- a/src/custom-service.c
+++ b/src/custom-service.c
@@ -1,15 +1,18 @@
+#include "libindicator/indicator-service.h"
#include "notification-item-client.h"
#include "custom-service-appstore.h"
static GMainLoop * mainloop = NULL;
static CustomServiceAppstore * appstore = NULL;
+static IndicatorService * service = NULL;
int
main (int argc, char ** argv)
{
g_type_init();
+ service = indicator_service_new("org.ayatana.indicator.custom");
appstore = CUSTOM_SERVICE_APPSTORE(g_object_new(CUSTOM_SERVICE_APPSTORE_TYPE, NULL));
mainloop = g_main_loop_new(NULL, FALSE);