diff options
author | Ted Gould <ted@canonical.com> | 2009-11-06 21:40:28 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-06 21:40:28 -0600 |
commit | bca77a7a1e38c1d97211394799cf103bc02b0547 (patch) | |
tree | 57f127a0edca77c5e9d4d748f0d2717adfa5c85a /src/notification-watcher.xml | |
parent | 78a6d0dc74a7ea166e207f8036cc4930bcdcbbbd (diff) | |
download | libayatana-appindicator-bca77a7a1e38c1d97211394799cf103bc02b0547.tar.gz libayatana-appindicator-bca77a7a1e38c1d97211394799cf103bc02b0547.tar.bz2 libayatana-appindicator-bca77a7a1e38c1d97211394799cf103bc02b0547.zip |
Getting the registration signal, and passing it up the stack.
Diffstat (limited to 'src/notification-watcher.xml')
-rw-r--r-- | src/notification-watcher.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/notification-watcher.xml b/src/notification-watcher.xml index 06e3e68..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"> |