diff options
author | Ted Gould <ted@canonical.com> | 2009-11-08 23:03:39 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-08 23:03:39 -0600 |
commit | 3d0184bcbf410c6e98bde748dad0f1137f926e57 (patch) | |
tree | 5629673a8972654e096c677919b6a26cc9f5ee84 /src/notification-watcher.xml | |
parent | 3345ad50147621c5a3b374e50754a312db609a0f (diff) | |
parent | d0abddaaf72e621a495871e5805cd39a51891b2b (diff) | |
download | ayatana-indicator-application-3d0184bcbf410c6e98bde748dad0f1137f926e57.tar.gz ayatana-indicator-application-3d0184bcbf410c6e98bde748dad0f1137f926e57.tar.bz2 ayatana-indicator-application-3d0184bcbf410c6e98bde748dad0f1137f926e57.zip |
Building the service and getting things in better shape.
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> |