aboutsummaryrefslogtreecommitdiff
path: root/src/notification-watcher.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-07-12 09:26:50 -0500
committerTed Gould <ted@gould.cx>2010-07-12 09:26:50 -0500
commit7ef183418aaee73864e44d93b32e80962fdea07a (patch)
tree4bf494ab0e9a5605e97f4066bb4ac9d5fb851462 /src/notification-watcher.xml
parent1ddd622e7f2ab0142c826459e1a38fec926c4dc6 (diff)
parent25b69bb08e3e5a3df7037f8ac786422ff53f6425 (diff)
downloadayatana-indicator-application-7ef183418aaee73864e44d93b32e80962fdea07a.tar.gz
ayatana-indicator-application-7ef183418aaee73864e44d93b32e80962fdea07a.tar.bz2
ayatana-indicator-application-7ef183418aaee73864e44d93b32e80962fdea07a.zip
Putting in a basic approver API.
Diffstat (limited to 'src/notification-watcher.xml')
-rw-r--r--src/notification-watcher.xml7
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">