aboutsummaryrefslogtreecommitdiff
path: root/src/custom-service.c
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-16 12:20:43 -0500
committerTed Gould <ted@canonical.com>2009-10-16 12:20:43 -0500
commit664bc74b6f0b3eb6ca30539628e2350ed3a2e20c (patch)
treec04625cef42f15f8b66cac9855596c8577d33dd4 /src/custom-service.c
parente265e46176c6c8633849b3a5d65b7f86bda47318 (diff)
parentafd1d1747e91db94c370ea4a3400906fe4227e09 (diff)
downloadayatana-indicator-application-664bc74b6f0b3eb6ca30539628e2350ed3a2e20c.tar.gz
ayatana-indicator-application-664bc74b6f0b3eb6ca30539628e2350ed3a2e20c.tar.bz2
ayatana-indicator-application-664bc74b6f0b3eb6ca30539628e2350ed3a2e20c.zip
Adding in the DBus interface files and building of those.
Diffstat (limited to 'src/custom-service.c')
-rw-r--r--src/custom-service.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/custom-service.c b/src/custom-service.c
index 63590c7..d96a9de 100644
--- a/src/custom-service.c
+++ b/src/custom-service.c
@@ -1,4 +1,13 @@
+#include "notification-item-client.h"
+void _notification_watcher_server_register_service (void) { };
+void _notification_watcher_server_registered_services (void) { };
+void _notification_watcher_server_protocol_version (void) { };
+void _notification_watcher_server_register_notification_host (void) { };
+void _notification_watcher_server_is_notification_host_registered (void) { };
+
+#include "notification-watcher-server.h"
+
int
main (int argc, char ** argv)
{