diff options
author | Ted Gould <ted@gould.cx> | 2010-07-01 14:29:30 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-07-01 14:29:30 -0500 |
commit | a8aac3aa0fd375c258579df7bc9db031900966dd (patch) | |
tree | ccd9ae6cb2eb9fddcfd1765de7a99a6adc31bdc5 | |
parent | 6cf35d78ab649d06cc3d74710e8d06b22871ebb1 (diff) | |
download | libayatana-appindicator-a8aac3aa0fd375c258579df7bc9db031900966dd.tar.gz libayatana-appindicator-a8aac3aa0fd375c258579df7bc9db031900966dd.tar.bz2 libayatana-appindicator-a8aac3aa0fd375c258579df7bc9db031900966dd.zip |
Return a boolean
-rw-r--r-- | src/notification-approver.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notification-approver.xml b/src/notification-approver.xml index e7ba780..b1e69b9 100644 --- a/src/notification-approver.xml +++ b/src/notification-approver.xml @@ -15,7 +15,7 @@ <!-- Application DBus Path for KSNI interface --> <arg type="o" name="path" direction="in" /> <!-- So, what do you think? --> - <arg type="s" name="approved" direction="out" /> + <arg type="b" name="approved" direction="out" /> </method> </interface> |