diff options
author | Ted Gould <ted@gould.cx> | 2010-06-25 14:38:21 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-25 14:38:21 -0500 |
commit | 4c9f4340d8ba171ed3c6edf2cbaf8de498e4493d (patch) | |
tree | d58f33d4dcffa1869aa0e2f2a02205cec26c32c5 /src/notification-watcher.xml | |
parent | a46a27a598890cd49f67b076866fc6b4b6042485 (diff) | |
download | libayatana-appindicator-4c9f4340d8ba171ed3c6edf2cbaf8de498e4493d.tar.gz libayatana-appindicator-4c9f4340d8ba171ed3c6edf2cbaf8de498e4493d.tar.bz2 libayatana-appindicator-4c9f4340d8ba171ed3c6edf2cbaf8de498e4493d.zip |
Adding a function to register an approver.
Diffstat (limited to 'src/notification-watcher.xml')
-rw-r--r-- | src/notification-watcher.xml | 6 |
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"> |