------------------------------------------------------------
revno: 350
committer: Seif Lotfy <s...@lotfy.com>
branch nick: zeitgeist
timestamp: Wed 2011-12-21 22:09:57 +0100
message:
  Fix signature of benchmarker
modified:
  extensions/benchmark.vala


--
lp:zeitgeist
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird

Your team Zeitgeist Framework Team is subscribed to branch lp:zeitgeist.
To unsubscribe from this branch go to 
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file 'extensions/benchmark.vala'
--- extensions/benchmark.vala	2011-12-21 21:00:05 +0000
+++ extensions/benchmark.vala	2011-12-21 21:09:57 +0000
@@ -23,8 +23,7 @@
     [DBus (name = "org.gnome.zeitgeist.Benchmark")]
     public interface RemoteBenchmarker: Object
     {
-        [DBus (signature = "a(asaasay)")]
-        public abstract async Variant find_events (
+        public abstract async HashTable<string, Variant> find_events (
             [DBus (signature = "(xx)")] Variant time_range,
             [DBus (signature = "a(asaasay)")] Variant event_templates,
             uint storage_state, uint num_events, uint result_type)
@@ -55,7 +54,7 @@
             }
         }
 
-        public async Variant find_events (Variant time_range,
+        public async HashTable<string, Variant> find_events (Variant time_range,
             Variant filter_templates, uint storage_state, uint num_events, 
             uint result_type)
             throws Error

_______________________________________________
Mailing list: https://launchpad.net/~zeitgeist
Post to     : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp

Reply via email to