diff options
author | Ted Gould <ted@gould.cx> | 2010-08-19 09:57:49 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-19 09:57:49 -0500 |
commit | 0ed6b99eabe02ab86cd75303c7e7ca52a5392ab0 (patch) | |
tree | e07d0235c7a0ee65ce212b2092212c5a211d7221 /src/notification-approver.xml | |
parent | e930a47a4fd7d139ef9de26eae025037d4a9c608 (diff) | |
parent | 9fc60ae8675fe81a3c051e5f4de0378ecfd75069 (diff) | |
download | libayatana-appindicator-0ed6b99eabe02ab86cd75303c7e7ca52a5392ab0.tar.gz libayatana-appindicator-0ed6b99eabe02ab86cd75303c7e7ca52a5392ab0.tar.bz2 libayatana-appindicator-0ed6b99eabe02ab86cd75303c7e7ca52a5392ab0.zip |
Adding a signal for approvers to be able to change their mind
Diffstat (limited to 'src/notification-approver.xml')
-rw-r--r-- | src/notification-approver.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/notification-approver.xml b/src/notification-approver.xml index b1e69b9..4a8e39b 100644 --- a/src/notification-approver.xml +++ b/src/notification-approver.xml @@ -18,5 +18,12 @@ <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> |