diff options
author | Ted Gould <ted@gould.cx> | 2010-12-08 16:02:08 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-08 16:02:08 -0600 |
commit | 67140a70be29d91ccfca36095b6d393acfbd901a (patch) | |
tree | ee4b8652ce2d85c8dd246f184c15a2a0c239412b /src/notification-approver.xml | |
parent | a413ebac8c43f24d72cfeb983170204418201b58 (diff) | |
parent | 6698a1a3c73d1a4131d40eafbbbc38b6e946dbda (diff) | |
download | libayatana-appindicator-67140a70be29d91ccfca36095b6d393acfbd901a.tar.gz libayatana-appindicator-67140a70be29d91ccfca36095b6d393acfbd901a.tar.bz2 libayatana-appindicator-67140a70be29d91ccfca36095b6d393acfbd901a.zip |
Import upstream version 0.2.91
Diffstat (limited to 'src/notification-approver.xml')
-rw-r--r-- | src/notification-approver.xml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src/notification-approver.xml b/src/notification-approver.xml deleted file mode 100644 index 4a8e39b..0000000 --- a/src/notification-approver.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?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> - -<!-- Signals --> - <signal name="ReviseJudgement"> - <arg type="b" name="approved" direction="out" /> - <arg type="s" name="address" direction="out" /> - <arg type="o" name="path" direction="out" /> - </signal> - - </interface> -</node> |