aboutsummaryrefslogtreecommitdiff
path: root/libindicator/indicator-service.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-07 13:10:34 -0600
committerTed Gould <ted@gould.cx>2009-12-07 13:10:34 -0600
commit53bd4b5dc62b36dc4858bc0c4025994534a3e94d (patch)
tree2d7c5e35e4e4b64494ec8efe27292c3cc96a89d4 /libindicator/indicator-service.xml
parent6db57d8ca2ce6222358ef5151f522eb6bc8a53c3 (diff)
parent483992f7d3656a103b1a152a6526507479e8f5b0 (diff)
downloadlibayatana-indicator-53bd4b5dc62b36dc4858bc0c4025994534a3e94d.tar.gz
libayatana-indicator-53bd4b5dc62b36dc4858bc0c4025994534a3e94d.tar.bz2
libayatana-indicator-53bd4b5dc62b36dc4858bc0c4025994534a3e94d.zip
Adding in a service API version number.
Diffstat (limited to 'libindicator/indicator-service.xml')
-rw-r--r--libindicator/indicator-service.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/libindicator/indicator-service.xml b/libindicator/indicator-service.xml
index 8b389e2..6bd7d80 100644
--- a/libindicator/indicator-service.xml
+++ b/libindicator/indicator-service.xml
@@ -7,7 +7,8 @@
<!-- Methods -->
<method name="Watch">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true" />
- <arg type="i" name="version" direction="out" />
+ <arg type="u" name="version" direction="out" />
+ <arg type="u" name="service_version" direction="out" />
</method>
<method name="UnWatch">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true" />