summaryrefslogtreecommitdiff
path: root/libzeitgeist/remote.vala
diff options
context:
space:
mode:
Diffstat (limited to 'libzeitgeist/remote.vala')
-rw-r--r--libzeitgeist/remote.vala7
1 files changed, 4 insertions, 3 deletions
diff --git a/libzeitgeist/remote.vala b/libzeitgeist/remote.vala
index 0035e154..677aef5f 100644
--- a/libzeitgeist/remote.vala
+++ b/libzeitgeist/remote.vala
@@ -141,16 +141,17 @@ namespace Zeitgeist
[DBus (signature = "(xx)")] Variant time_range,
[DBus (signature = "a(asaasay)")] Variant filter_templates,
uint offset, uint count, uint result_type,
+ Cancellable? cancellable,
[DBus (signature = "a(asaasay)")] out Variant events,
- out uint matches, Cancellable? cancellable=null) throws Error;
+ out uint matches) throws Error;
public abstract async void search_with_relevancies (
string query_string,
[DBus (signature = "(xx)")] Variant time_range,
[DBus (signature = "a(asaasay)")] Variant filter_templates,
uint storage_state, uint offset, uint count, uint result_type,
+ Cancellable? cancellable,
[DBus (signature = "a(asaasay)")] out Variant events,
- out double[] relevancies, out uint matches,
- Cancellable? cancellable=null) throws Error;
+ out double[] relevancies, out uint matches) throws Error;
}
/* FIXME: Remove this! Only here because of a bug