[tracker/libtracker-sparql: 23/56] libtracker-bus: Implemented D-Bus FD passing using TrackerSparqlCursor API
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/libtracker-sparql: 23/56] libtracker-bus: Implemented D-Bus FD passing using TrackerSparqlCursor API
- Date: Mon, 9 Aug 2010 15:30:53 +0000 (UTC)
commit 3f524c7d1e574804e649f2158f6afd527bee3a03
Author: Martyn Russell <martyn lanedo com>
Date: Wed Jul 14 17:42:34 2010 +0100
libtracker-bus: Implemented D-Bus FD passing using TrackerSparqlCursor API
src/libtracker-sparql/tracker-plugin-loader.vala | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/libtracker-sparql/tracker-plugin-loader.vala b/src/libtracker-sparql/tracker-plugin-loader.vala
index 7619ab5..7538e1a 100644
--- a/src/libtracker-sparql/tracker-plugin-loader.vala
+++ b/src/libtracker-sparql/tracker-plugin-loader.vala
@@ -60,7 +60,8 @@ private class Tracker.Sparql.PluginLoader : Object {
direct = load_plugins_from_path (direct_path);
// Second get bus library details
- //string bus_path = Module.build_path (path, "libtracker-bus");
+ string bus_path = Module.build_path (dir_path, "tracker-bus-0.9");
+ bus = load_plugins_from_path (bus_path);
debug ("Finished searching for modules in folder '%s'", dir_path);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]