aboutsummaryrefslogtreecommitdiff
path: root/src/notification-watcher.xml
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2010-07-15 12:12:19 -0400
committerKen VanDine <ken.vandine@canonical.com>2010-07-15 12:12:19 -0400
commit38feb55cf50484549d8d0c08c0c244f4f53cb38d (patch)
tree4bac2345b613e22f0dde850d21c0cf482551f27c /src/notification-watcher.xml
parent22da24cc09fef99a1574a48b614fc3cc57a9597e (diff)
parent8faa8b6fc99b117bd0799aabc90dc3d271a5fe96 (diff)
downloadayatana-indicator-application-38feb55cf50484549d8d0c08c0c244f4f53cb38d.tar.gz
ayatana-indicator-application-38feb55cf50484549d8d0c08c0c244f4f53cb38d.tar.bz2
ayatana-indicator-application-38feb55cf50484549d8d0c08c0c244f4f53cb38d.zip
releasing version 0.2.3-0ubuntu1
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">