diff options
author | Ted Gould <ted@gould.cx> | 2009-12-02 11:57:06 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-02 11:57:06 -0600 |
commit | 29ef598378429811715f727295f40bbcdb3fa092 (patch) | |
tree | 6b40b05a5679d50b2128d80bea770cd8f91fa3a5 /src/notification-watcher.xml | |
parent | 71797b37811381cfb48e711348a1259f02bdd125 (diff) | |
parent | 69448c00ed4dec738e32cc78f916a110fcd6d3a7 (diff) | |
download | ayatana-indicator-application-29ef598378429811715f727295f40bbcdb3fa092.tar.gz ayatana-indicator-application-29ef598378429811715f727295f40bbcdb3fa092.tar.bz2 ayatana-indicator-application-29ef598378429811715f727295f40bbcdb3fa092.zip |
Implementing the service and having the indicator and app
library start using it.
Diffstat (limited to 'src/notification-watcher.xml')
-rw-r--r-- | src/notification-watcher.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/notification-watcher.xml b/src/notification-watcher.xml index 93acf74..7b034e7 100644 --- a/src/notification-watcher.xml +++ b/src/notification-watcher.xml @@ -7,6 +7,7 @@ <!-- Methods --> <method name="RegisterService"> + <annotation name="org.freedesktop.DBus.GLib.Async" value="true" /> <arg type="s" name="service" direction="in" /> </method> <method name="RegisteredServices"> @@ -31,7 +32,7 @@ </signal> <signal name="NotificationHostRegistered"> </signal> - <signal name="NotificationHostUnegistered"> + <signal name="NotificationHostUnregistered"> </signal> </interface> |