[tracker/direct-access-update-fd-passing: 3/3] squash
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/direct-access-update-fd-passing: 3/3] squash
- Date: Tue, 20 Jul 2010 13:05:22 +0000 (UTC)
commit 1d8d0902234e21fe48f13106f76abb1c58c2f1d5
Author: Philip Van Hoof <philip codeminded be>
Date: Tue Jul 20 15:02:13 2010 +0200
squash
src/libtracker-bus/tracker-bus-fd-update.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/src/libtracker-bus/tracker-bus-fd-update.c b/src/libtracker-bus/tracker-bus-fd-update.c
index 471ccdf..ba94926 100644
--- a/src/libtracker-bus/tracker-bus-fd-update.c
+++ b/src/libtracker-bus/tracker-bus-fd-update.c
@@ -404,6 +404,14 @@ tracker_bus_fd_sparql_update_async (DBusGConnection *connection,
#endif /* HAVE_DBUS_FD_PASSING */
}
+// todo, do this correctly
+void tracker_bus_fd_sparql_update_finish (DBusGConnection* conn, GAsyncResult* _res_, GError** error) {
+ if (g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (_res_), error)) {
+ return;
+ }
+ //_data_ = g_simple_async_result_get_op_res_gpointer (G_SIMPLE_ASYNC_RESULT (_res_));
+}
+
/*
GPtrArray *
tracker_bus_fd_sparql_update_blank (DBusGConnection *connection,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]