aboutsummaryrefslogtreecommitdiff
path: root/libindicator/indicator-service.xml
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-11-02 16:31:03 -0600
committerTed Gould <ted@canonical.com>2009-11-02 16:31:03 -0600
commit8e4486c2cee166ffaeae2baa4fe727e62f1babf5 (patch)
tree8e4b294239dce0e6620dace758d704bc97d5a614 /libindicator/indicator-service.xml
parentd9dc7707402a979e3d23d5afc2fcd18ce57f0b54 (diff)
parent5ccc73bea6b75cc3a027f831bb60bfcf43714deb (diff)
downloadlibayatana-indicator-8e4486c2cee166ffaeae2baa4fe727e62f1babf5.tar.gz
libayatana-indicator-8e4486c2cee166ffaeae2baa4fe727e62f1babf5.tar.bz2
libayatana-indicator-8e4486c2cee166ffaeae2baa4fe727e62f1babf5.zip
Adding in service management code.
Diffstat (limited to 'libindicator/indicator-service.xml')
-rw-r--r--libindicator/indicator-service.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/libindicator/indicator-service.xml b/libindicator/indicator-service.xml
new file mode 100644
index 0000000..d876ea8
--- /dev/null
+++ b/libindicator/indicator-service.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<node name="/">
+ <interface name="org.ayatana.indicator.service">
+<!-- Properties -->
+ <!-- None currently -->
+
+<!-- Methods -->
+ <method name="Watch">
+ <annotation name="org.freedesktop.DBus.GLib.Async" value="true" />
+ <arg type="i" name="version" direction="out" />
+ </method>
+
+<!-- Signals -->
+ <!-- None currently -->
+
+ </interface>
+</node>