[tracker/direct-wait: 5/6] libtracker-bus: Use maximum D-Bus timeout
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/direct-wait: 5/6] libtracker-bus: Use maximum D-Bus timeout
- Date: Tue, 24 Aug 2010 10:23:49 +0000 (UTC)
commit 2b50a0c8fede46f4bd7a9c44fc619dcc5276f52f
Author: Jürg Billeter <j bitron ch>
Date: Tue Aug 24 12:08:19 2010 +0200
libtracker-bus: Use maximum D-Bus timeout
src/libtracker-bus/tracker-bus.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libtracker-bus/tracker-bus.vala b/src/libtracker-bus/tracker-bus.vala
index 8e813b7..5efe8b8 100644
--- a/src/libtracker-bus/tracker-bus.vala
+++ b/src/libtracker-bus/tracker-bus.vala
@@ -17,7 +17,7 @@
* Boston, MA 02110-1301, USA.
*/
-[DBus (name = "org.freedesktop.Tracker1.Resources")]
+[DBus (name = "org.freedesktop.Tracker1.Resources", timeout = 2147483647 /* INT_MAX */)]
private interface Tracker.Bus.Resources : GLib.Object {
public abstract string[,] sparql_query (string query) throws Sparql.Error, DBus.Error;
[DBus (name = "SparqlQuery")]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]