diff options
author | Ted Gould <ted@gould.cx> | 2009-12-01 09:58:05 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-01 09:58:05 -0600 |
commit | 8a1912e7b9f8a7a0351ef252359ae04ff9fc4402 (patch) | |
tree | 9260a4eb03582de67214dc2e447e9619242b1765 /libindicator/indicator-service.xml | |
parent | ad2ef4d35017d674caecc65ccde4e500b0740982 (diff) | |
download | libayatana-indicator-8a1912e7b9f8a7a0351ef252359ae04ff9fc4402.tar.gz libayatana-indicator-8a1912e7b9f8a7a0351ef252359ae04ff9fc4402.tar.bz2 libayatana-indicator-8a1912e7b9f8a7a0351ef252359ae04ff9fc4402.zip |
Add an unwatch function with a basic handler.
Diffstat (limited to 'libindicator/indicator-service.xml')
-rw-r--r-- | libindicator/indicator-service.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libindicator/indicator-service.xml b/libindicator/indicator-service.xml index d876ea8..8b389e2 100644 --- a/libindicator/indicator-service.xml +++ b/libindicator/indicator-service.xml @@ -9,6 +9,9 @@ <annotation name="org.freedesktop.DBus.GLib.Async" value="true" /> <arg type="i" name="version" direction="out" /> </method> + <method name="UnWatch"> + <annotation name="org.freedesktop.DBus.GLib.Async" value="true" /> + </method> <!-- Signals --> <!-- None currently --> |