diff options
author | Ted Gould <ted@gould.cx> | 2009-12-01 09:19:33 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-01 09:19:33 -0600 |
commit | 113fc34a5865253cd1508cce2973eb7aefddc2ab (patch) | |
tree | 5617ea7082f91be64719002a5cb2aa5b8e76a3ca /src/notification-watcher.xml | |
parent | 71797b37811381cfb48e711348a1259f02bdd125 (diff) | |
parent | 1933cc6afeee8293363b5204f0bc9b94643f22dd (diff) | |
download | libayatana-appindicator-113fc34a5865253cd1508cce2973eb7aefddc2ab.tar.gz libayatana-appindicator-113fc34a5865253cd1508cce2973eb7aefddc2ab.tar.bz2 libayatana-appindicator-113fc34a5865253cd1508cce2973eb7aefddc2ab.zip |
Updating to service-me-please branch.
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> |