aboutsummaryrefslogtreecommitdiff
path: root/libindicator/gen-indicator-service.xml.c
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2011-01-13 15:00:23 -0600
committerSebastien Bacher <seb128@ubuntu.com>2011-01-13 15:00:23 -0600
commit3814e3d2d075044d7a77d0e0ccd0989f32f15010 (patch)
tree15888f72f279b0d368f8d1bc2b1f3988cccee1cc /libindicator/gen-indicator-service.xml.c
parentc5c78aad9e7710a18640ea44c2a5af154b2943bc (diff)
parentb988044563fb4bec82d9d11d88a851f874f7b1ad (diff)
downloadlibayatana-indicator-3814e3d2d075044d7a77d0e0ccd0989f32f15010.tar.gz
libayatana-indicator-3814e3d2d075044d7a77d0e0ccd0989f32f15010.tar.bz2
libayatana-indicator-3814e3d2d075044d7a77d0e0ccd0989f32f15010.zip
releasing version 0.3.16-0ubuntu10.3.16-0ubuntu1
Diffstat (limited to 'libindicator/gen-indicator-service.xml.c')
-rw-r--r--libindicator/gen-indicator-service.xml.c23
1 files changed, 23 insertions, 0 deletions
diff --git a/libindicator/gen-indicator-service.xml.c b/libindicator/gen-indicator-service.xml.c
new file mode 100644
index 0000000..2a2b590
--- /dev/null
+++ b/libindicator/gen-indicator-service.xml.c
@@ -0,0 +1,23 @@
+const char * _indicator_service =
+"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
+"<node name=\"/\">\n"
+" <interface name=\"org.ayatana.indicator.service\">\n"
+"<!-- Properties -->\n"
+" <!-- None currently -->\n"
+"\n"
+"<!-- Methods -->\n"
+" <method name=\"Watch\">\n"
+" <annotation name=\"org.freedesktop.DBus.GLib.Async\" value=\"true\" />\n"
+" <arg type=\"u\" name=\"version\" direction=\"out\" />\n"
+" <arg type=\"u\" name=\"service_version\" direction=\"out\" />\n"
+" </method>\n"
+" <method name=\"UnWatch\">\n"
+" <annotation name=\"org.freedesktop.DBus.GLib.Async\" value=\"true\" />\n"
+" </method>\n"
+"\n"
+"<!-- Signals -->\n"
+" <!-- None currently -->\n"
+"\n"
+" </interface>\n"
+"</node>\n"
+;