diff options
author | Ted Gould <ted@gould.cx> | 2011-01-27 15:57:33 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-27 15:57:33 -0600 |
commit | 94b8617e7161b6ff2357bca6c863e93e6d5a9a08 (patch) | |
tree | 83ba4d7ab131d11183ed4588c7ae85719dc88df5 /src/gen-notification-approver.xml.c | |
parent | 1f80de2bdc26fb3b0e432ef154a968abee596abf (diff) | |
parent | 7ac86017b815b015a994bfdf4e91fc5af7e53e10 (diff) | |
download | ayatana-indicator-application-94b8617e7161b6ff2357bca6c863e93e6d5a9a08.tar.gz ayatana-indicator-application-94b8617e7161b6ff2357bca6c863e93e6d5a9a08.tar.bz2 ayatana-indicator-application-94b8617e7161b6ff2357bca6c863e93e6d5a9a08.zip |
Sync to Ubuntu Desktop
Diffstat (limited to 'src/gen-notification-approver.xml.c')
-rw-r--r-- | src/gen-notification-approver.xml.c | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/gen-notification-approver.xml.c b/src/gen-notification-approver.xml.c new file mode 100644 index 0000000..0844b94 --- /dev/null +++ b/src/gen-notification-approver.xml.c @@ -0,0 +1,31 @@ +const char * _notification_approver = +"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" +"<node name=\"/\">\n" +" <interface name=\"org.ayatana.StatusNotifierApprover\">\n" +"\n" +"<!-- Methods -->\n" +" <method name=\"ApproveItem\">\n" +" <!-- KSNI ID -->\n" +" <arg type=\"s\" name=\"id\" direction=\"in\" />\n" +" <!-- KSNI Category -->\n" +" <arg type=\"s\" name=\"category\" direction=\"in\" />\n" +" <!-- Application PID -->\n" +" <arg type=\"u\" name=\"pid\" direction=\"in\" />\n" +" <!-- Application DBus Address -->\n" +" <arg type=\"s\" name=\"address\" direction=\"in\" />\n" +" <!-- Application DBus Path for KSNI interface -->\n" +" <arg type=\"o\" name=\"path\" direction=\"in\" />\n" +" <!-- So, what do you think? -->\n" +" <arg type=\"b\" name=\"approved\" direction=\"out\" />\n" +" </method>\n" +"\n" +"<!-- Signals -->\n" +" <signal name=\"ReviseJudgement\">\n" +" <arg type=\"b\" name=\"approved\" direction=\"out\" />\n" +" <arg type=\"s\" name=\"address\" direction=\"out\" />\n" +" <arg type=\"o\" name=\"path\" direction=\"out\" />\n" +" </signal>\n" +"\n" +" </interface>\n" +"</node>\n" +; |