diff options
author | Ted Gould <ted@gould.cx> | 2010-12-08 15:31:12 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-08 15:31:12 -0600 |
commit | 36d0bc801369edb79da28871a00c3cc4ef9ee001 (patch) | |
tree | 4f4564ec0e42fb48365d876cbb689b377563bbb5 /src/notification-approver.xml | |
parent | 3acbfb57c4800b7f8611d1ce5db391cad96f398b (diff) | |
parent | 0d8a2c601b50a1d9ce6ccd1140f624c84558cf9d (diff) | |
download | libayatana-appindicator-36d0bc801369edb79da28871a00c3cc4ef9ee001.tar.gz libayatana-appindicator-36d0bc801369edb79da28871a00c3cc4ef9ee001.tar.bz2 libayatana-appindicator-36d0bc801369edb79da28871a00c3cc4ef9ee001.zip |
* Upstream Merge
* Removing service, lib only
* Switching from dbus-glib to GDBus
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> |