diff options
author | Ted Gould <ted@gould.cx> | 2010-07-12 09:28:16 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-07-12 09:28:16 -0500 |
commit | e273b812e0ee52f84e2284d2560e63437cbc1a67 (patch) | |
tree | 1eb460bc2d5bbb769af264b1bbd826a69a722f68 /src/notification-watcher.xml | |
parent | 4e2c23b9b99d2014747a051d949b0c2a2d9595db (diff) | |
parent | 7ef183418aaee73864e44d93b32e80962fdea07a (diff) | |
download | ayatana-indicator-application-e273b812e0ee52f84e2284d2560e63437cbc1a67.tar.gz ayatana-indicator-application-e273b812e0ee52f84e2284d2560e63437cbc1a67.tar.bz2 ayatana-indicator-application-e273b812e0ee52f84e2284d2560e63437cbc1a67.zip |
* Merge upstream
* Adding an Approver API to remove things from the AppIndicators.
Diffstat (limited to 'src/notification-watcher.xml')
-rw-r--r-- | src/notification-watcher.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/notification-watcher.xml b/src/notification-watcher.xml index c2324f1..cc7882d 100644 --- a/src/notification-watcher.xml +++ b/src/notification-watcher.xml @@ -22,6 +22,13 @@ <method name="IsNotificationHostRegistered"> <arg type="b" name="hasHost" direction="out" /> </method> + <method name="RegisterNotificationApprover"> + <annotation name="org.freedesktop.DBus.GLib.Async" value="true" /> + <!-- The path where to find the approver interface --> + <arg type="o" name="path" direction="in" /> + <!-- List of categories to approve, none represents all --> + <arg type="as" name="categories" direction="in" /> + </method> <!-- Signals --> <signal name="ServiceRegistered"> |