diff options
author | Ted Gould <ted@gould.cx> | 2009-12-01 16:34:32 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-01 16:34:32 -0600 |
commit | aa951a3eb41ba3e4c9fcf9732992aa6e28dc83a8 (patch) | |
tree | 2c42be9ebf202e375444e9eb8513735b1419fd5e /libindicator/indicator-service.xml | |
parent | ad2ef4d35017d674caecc65ccde4e500b0740982 (diff) | |
download | libayatana-indicator-aa951a3eb41ba3e4c9fcf9732992aa6e28dc83a8.tar.gz libayatana-indicator-aa951a3eb41ba3e4c9fcf9732992aa6e28dc83a8.tar.bz2 libayatana-indicator-aa951a3eb41ba3e4c9fcf9732992aa6e28dc83a8.zip |
Change the watch function to return both an API version and a user set version.
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 d876ea8..dc872e2 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> <!-- Signals --> |