diff options
author | Ted Gould <ted@gould.cx> | 2011-07-12 10:56:46 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-12 10:56:46 -0500 |
commit | 37c5aa9d9a4fd9f56c34ccdba3efe4e76259fb96 (patch) | |
tree | 8930e3123dcf95eb285dab24a25497bf2a4d5c9e /libindicator/indicator-service.xml | |
parent | 522f3c07a04ba5a18c830db28054e93c5c7d4d38 (diff) | |
parent | 1838bfc6981fec3b0131e28cdbddb9cb4e4b0ec8 (diff) | |
download | libayatana-indicator-37c5aa9d9a4fd9f56c34ccdba3efe4e76259fb96.tar.gz libayatana-indicator-37c5aa9d9a4fd9f56c34ccdba3efe4e76259fb96.tar.bz2 libayatana-indicator-37c5aa9d9a4fd9f56c34ccdba3efe4e76259fb96.zip |
Adding a replace mode for testing indicator services
Diffstat (limited to 'libindicator/indicator-service.xml')
-rw-r--r-- | libindicator/indicator-service.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libindicator/indicator-service.xml b/libindicator/indicator-service.xml index 6bd7d80..71ef4df 100644 --- a/libindicator/indicator-service.xml +++ b/libindicator/indicator-service.xml @@ -13,6 +13,7 @@ <method name="UnWatch"> <annotation name="org.freedesktop.DBus.GLib.Async" value="true" /> </method> + <method name="Shutdown" /> <!-- Signals --> <!-- None currently --> |