summaryrefslogtreecommitdiff
path: root/src/libtracker-bus
diff options
context:
space:
mode:
authorPhilip Van Hoof <philip@codeminded.be>2011-02-17 17:51:45 +0100
committerPhilip Van Hoof <philip@codeminded.be>2011-02-22 13:00:50 +0100
commit74de6439853efdf75b8ac846f55a809807918430 (patch)
tree3daea826cda51de7b7b93f5ad571291d13054fd1 /src/libtracker-bus
parent732e1a300aa39acea1c6ad4638dd2cd1532a7964 (diff)
downloadtracker-74de6439853efdf75b8ac846f55a809807918430.tar.gz
libtracker-data, -bus, -sparql: Asynchronous init of direct backend
Diffstat (limited to 'src/libtracker-bus')
-rw-r--r--src/libtracker-bus/tracker-bus.vala6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libtracker-bus/tracker-bus.vala b/src/libtracker-bus/tracker-bus.vala
index b0b313714..4e43bcbcd 100644
--- a/src/libtracker-bus/tracker-bus.vala
+++ b/src/libtracker-bus/tracker-bus.vala
@@ -89,6 +89,12 @@ public class Tracker.Bus.Connection : Tracker.Sparql.Connection {
initialized = true;
}
+ public override void init () throws Sparql.Error, IOError, DBusError {
+ }
+
+ public async override void init_async () throws Sparql.Error, IOError, DBusError {
+ }
+
~Connection () {
initialized = false;
}