aboutsummaryrefslogtreecommitdiff
path: root/src/notification-approver.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-07-12 09:28:16 -0500
committerTed Gould <ted@gould.cx>2010-07-12 09:28:16 -0500
commite273b812e0ee52f84e2284d2560e63437cbc1a67 (patch)
tree1eb460bc2d5bbb769af264b1bbd826a69a722f68 /src/notification-approver.xml
parent4e2c23b9b99d2014747a051d949b0c2a2d9595db (diff)
parent7ef183418aaee73864e44d93b32e80962fdea07a (diff)
downloadlibayatana-appindicator-e273b812e0ee52f84e2284d2560e63437cbc1a67.tar.gz
libayatana-appindicator-e273b812e0ee52f84e2284d2560e63437cbc1a67.tar.bz2
libayatana-appindicator-e273b812e0ee52f84e2284d2560e63437cbc1a67.zip
* Merge upstream
* Adding an Approver API to remove things from the AppIndicators.
Diffstat (limited to 'src/notification-approver.xml')
-rw-r--r--src/notification-approver.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/notification-approver.xml b/src/notification-approver.xml
new file mode 100644
index 0000000..b1e69b9
--- /dev/null
+++ b/src/notification-approver.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<node name="/">
+ <interface name="org.ayatana.StatusNotifierApprover">
+
+<!-- Methods -->
+ <method name="ApproveItem">
+ <!-- KSNI ID -->
+ <arg type="s" name="id" direction="in" />
+ <!-- KSNI Category -->
+ <arg type="s" name="category" direction="in" />
+ <!-- Application PID -->
+ <arg type="u" name="pid" direction="in" />
+ <!-- Application DBus Address -->
+ <arg type="s" name="address" direction="in" />
+ <!-- Application DBus Path for KSNI interface -->
+ <arg type="o" name="path" direction="in" />
+ <!-- So, what do you think? -->
+ <arg type="b" name="approved" direction="out" />
+ </method>
+
+ </interface>
+</node>