diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2011-01-13 15:00:23 -0600 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2011-01-13 15:00:23 -0600 |
commit | 3814e3d2d075044d7a77d0e0ccd0989f32f15010 (patch) | |
tree | 15888f72f279b0d368f8d1bc2b1f3988cccee1cc /libindicator/gen-indicator-service.xml.c | |
parent | c5c78aad9e7710a18640ea44c2a5af154b2943bc (diff) | |
parent | b988044563fb4bec82d9d11d88a851f874f7b1ad (diff) | |
download | libayatana-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.c | 23 |
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" +; |