diff options
author | Ted Gould <ted@gould.cx> | 2009-12-03 16:03:17 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-03 16:03:17 -0600 |
commit | 873b502fb3f519492a7ec0a1e2dea434d866f3d8 (patch) | |
tree | 8efe6297eea53e98aa81fd97436e28deea3c726a /libindicator/indicator-service.xml | |
parent | 360ae7addef07b1fc137984e1ada7d1a2a6ba960 (diff) | |
parent | ea29a8effb3c9ebcb7d2f469add8eaff462d29c5 (diff) | |
download | libayatana-indicator-873b502fb3f519492a7ec0a1e2dea434d866f3d8.tar.gz libayatana-indicator-873b502fb3f519492a7ec0a1e2dea434d866f3d8.tar.bz2 libayatana-indicator-873b502fb3f519492a7ec0a1e2dea434d866f3d8.zip |
Service version numbers.
Diffstat (limited to 'libindicator/indicator-service.xml')
-rw-r--r-- | libindicator/indicator-service.xml | 3 |
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" /> |