aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-28 16:55:18 -0500
committerTed Gould <ted@canonical.com>2009-10-28 16:55:18 -0500
commit15995b7acd5a51c03298c9c671dd82718921ad4e (patch)
tree1bc936c552b0bdb1bf3d19a3073ae85dabe95ba7
parent0220cc7a435f3f03761697afd316ac1b86a10211 (diff)
downloadlibayatana-indicator-15995b7acd5a51c03298c9c671dd82718921ad4e.tar.gz
libayatana-indicator-15995b7acd5a51c03298c9c671dd82718921ad4e.tar.bz2
libayatana-indicator-15995b7acd5a51c03298c9c671dd82718921ad4e.zip
Adding a description for the indicator service.
-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>