diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-07-15 12:12:19 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-07-15 12:12:19 -0400 |
commit | 38feb55cf50484549d8d0c08c0c244f4f53cb38d (patch) | |
tree | 4bac2345b613e22f0dde850d21c0cf482551f27c /src/notification-watcher.xml | |
parent | 22da24cc09fef99a1574a48b614fc3cc57a9597e (diff) | |
parent | 8faa8b6fc99b117bd0799aabc90dc3d271a5fe96 (diff) | |
download | libayatana-appindicator-38feb55cf50484549d8d0c08c0c244f4f53cb38d.tar.gz libayatana-appindicator-38feb55cf50484549d8d0c08c0c244f4f53cb38d.tar.bz2 libayatana-appindicator-38feb55cf50484549d8d0c08c0c244f4f53cb38d.zip |
releasing version 0.2.3-0ubuntu10.2.3-0ubuntu1
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"> |