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-watcher.xml | |
parent | e930a47a4fd7d139ef9de26eae025037d4a9c608 (diff) | |
parent | 9fc60ae8675fe81a3c051e5f4de0378ecfd75069 (diff) | |
download | ayatana-indicator-application-0ed6b99eabe02ab86cd75303c7e7ca52a5392ab0.tar.gz ayatana-indicator-application-0ed6b99eabe02ab86cd75303c7e7ca52a5392ab0.tar.bz2 ayatana-indicator-application-0ed6b99eabe02ab86cd75303c7e7ca52a5392ab0.zip |
Adding a signal for approvers to be able to change their mind
Diffstat (limited to 'src/notification-watcher.xml')
-rw-r--r-- | src/notification-watcher.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notification-watcher.xml b/src/notification-watcher.xml index cc7882d..5f19dd2 100644 --- a/src/notification-watcher.xml +++ b/src/notification-watcher.xml @@ -22,7 +22,7 @@ <method name="IsNotificationHostRegistered"> <arg type="b" name="hasHost" direction="out" /> </method> - <method name="RegisterNotificationApprover"> + <method name="XAyatanaRegisterNotificationApprover"> <annotation name="org.freedesktop.DBus.GLib.Async" value="true" /> <!-- The path where to find the approver interface --> <arg type="o" name="path" direction="in" /> |