[tracker/tracker-0.10] writeback: Update return value to signal connecting to ::writeback-file
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-0.10] writeback: Update return value to signal connecting to ::writeback-file
- Date: Mon, 1 Aug 2011 16:18:10 +0000 (UTC)
commit c118b0ddbefbc57c0f963eb72720bc2b83b7e1d1
Author: Carlos Garnacho <carlos lanedo com>
Date: Tue Jul 19 17:57:27 2011 +0200
writeback: Update return value to signal connecting to ::writeback-file
src/miners/fs/tracker-writeback-dispatcher.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/miners/fs/tracker-writeback-dispatcher.c b/src/miners/fs/tracker-writeback-dispatcher.c
index bd6d386..43c2ee7 100644
--- a/src/miners/fs/tracker-writeback-dispatcher.c
+++ b/src/miners/fs/tracker-writeback-dispatcher.c
@@ -64,7 +64,7 @@ static void writeback_dispatcher_finalize (GObject *obje
static gboolean writeback_dispatcher_initable_init (GInitable *initable,
GCancellable *cancellable,
GError **error);
-static void writeback_dispatcher_writeback_file (TrackerMinerFS *fs,
+static gboolean writeback_dispatcher_writeback_file (TrackerMinerFS *fs,
GFile *file,
GStrv rdf_types,
GPtrArray *results,
@@ -295,7 +295,7 @@ writeback_file_finished (GObject *source_object,
}
}
-static void
+static gboolean
writeback_dispatcher_writeback_file (TrackerMinerFS *fs,
GFile *file,
GStrv rdf_types,
@@ -363,4 +363,6 @@ writeback_dispatcher_writeback_file (TrackerMinerFS *fs,
data);
g_free (uri);
+
+ return TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]