[rygel] tracker: Adapt tracker search patches to 49a4e1fb0



commit 7679c0066073a71d23e5c6aac9a544d53568c640
Author: Jens Georg <mail jensge org>
Date:   Wed Jun 22 14:39:21 2011 +0200

    tracker: Adapt tracker search patches to 49a4e1fb0

 .../tracker/rygel-tracker-search-query.vala        |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/tracker/rygel-tracker-search-query.vala b/src/plugins/tracker/rygel-tracker-search-query.vala
index 150e8f2..311a27d 100644
--- a/src/plugins/tracker/rygel-tracker-search-query.vala
+++ b/src/plugins/tracker/rygel-tracker-search-query.vala
@@ -64,7 +64,7 @@ public class Rygel.Tracker.SearchQuery : Query {
     }
 
     public override async void execute (ResourcesIface resources)
-                                        throws IOError {
+                                        throws DBusError, IOError {
         var str = this.to_string_with_count ();
 
         debug ("Executing SPARQL search query: %s", str);
@@ -72,7 +72,8 @@ public class Rygel.Tracker.SearchQuery : Query {
         this.result = yield resources.sparql_query (str);
     }
 
-    public async uint get_count (ResourcesIface resources) throws IOError {
+    public async uint get_count (ResourcesIface resources)
+                                 throws DBusError, IOError {
         var str = this.to_string_with_count (true);
 
         debug ("Executing SPARQL search query for count: %s", str);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]