aboutsummaryrefslogtreecommitdiff
path: root/src/notification-watcher.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-06-25 14:38:21 -0500
committerTed Gould <ted@gould.cx>2010-06-25 14:38:21 -0500
commit4c9f4340d8ba171ed3c6edf2cbaf8de498e4493d (patch)
treed58f33d4dcffa1869aa0e2f2a02205cec26c32c5 /src/notification-watcher.xml
parenta46a27a598890cd49f67b076866fc6b4b6042485 (diff)
downloadayatana-indicator-application-4c9f4340d8ba171ed3c6edf2cbaf8de498e4493d.tar.gz
ayatana-indicator-application-4c9f4340d8ba171ed3c6edf2cbaf8de498e4493d.tar.bz2
ayatana-indicator-application-4c9f4340d8ba171ed3c6edf2cbaf8de498e4493d.zip
Adding a function to register an approver.
Diffstat (limited to 'src/notification-watcher.xml')
-rw-r--r--src/notification-watcher.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/notification-watcher.xml b/src/notification-watcher.xml
index c2324f1..06a7785 100644
--- a/src/notification-watcher.xml
+++ b/src/notification-watcher.xml
@@ -22,6 +22,12 @@
<method name="IsNotificationHostRegistered">
<arg type="b" name="hasHost" direction="out" />
</method>
+ <method name="RegisterNotificationApprover">
+ <!-- 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">