diff options
author | Marco Trevisan (TreviƱo) <mail@3v1n0.net> | 2013-06-10 14:04:58 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-06-10 14:04:58 +0000 |
commit | 6e92176f55591252e99f4188ab5b418a69b0554c (patch) | |
tree | 8da1fbec3c414d00339d846c4dc6e103fa1184f0 /src | |
parent | e17244e5539e4a347d26db5a0df1de51073e7c87 (diff) | |
parent | 62ef4f433312d066715be42810011f6a7ae793df (diff) | |
download | libayatana-appindicator-6e92176f55591252e99f4188ab5b418a69b0554c.tar.gz libayatana-appindicator-6e92176f55591252e99f4188ab5b418a69b0554c.tar.bz2 libayatana-appindicator-6e92176f55591252e99f4188ab5b418a69b0554c.zip |
NotificationWatcher interface has not anymore the XAyatanaRegisterNotificationApprover method.
Approved by PS Jenkins bot, Ted Gould.
Diffstat (limited to 'src')
-rw-r--r-- | src/notification-watcher.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/notification-watcher.xml b/src/notification-watcher.xml index b03c5e3..e1897f5 100644 --- a/src/notification-watcher.xml +++ b/src/notification-watcher.xml @@ -15,13 +15,6 @@ <method name="RegisterStatusNotifierHost"> <arg type="s" name="service" direction="in" /> </method> - <method name="XAyatanaRegisterNotificationApprover"> - <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="StatusNotifierItemRegistered"> |