diff options
author | Ted Gould <ted@gould.cx> | 2009-12-02 08:35:41 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-02 08:35:41 -0600 |
commit | de38fc85d228bb2de6de86f31805ad0de748318e (patch) | |
tree | b66887f0803fae080c31cc2533f1ad36f89f7f5e /libindicator/indicator-service.xml | |
parent | ad2ef4d35017d674caecc65ccde4e500b0740982 (diff) | |
parent | b7864d8626cd5bdde3fe94f2086d9a1cfdb66a49 (diff) | |
download | libayatana-indicator-de38fc85d228bb2de6de86f31805ad0de748318e.tar.gz libayatana-indicator-de38fc85d228bb2de6de86f31805ad0de748318e.tar.bz2 libayatana-indicator-de38fc85d228bb2de6de86f31805ad0de748318e.zip |
Adding an unwatch command to allow for graceful disconnection from a service if we're not interested in it.
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 --> |