GNOME Bugzilla – Bug 658645
Port writeback to GDBus
Last modified: 2011-09-12 09:35:38 UTC
For GLib 2.26 GDBus D-Bus support was merged, providing an API to replace dbus-glib. See http://library.gnome.org/devel/gio/stable/gdbus.html and http://library.gnome.org/devel/gio/stable/ch28.html $ git grep dbus-glib src/tracker-store/tracker-resources.vala: * sent to us by the bus, which src/tracker-writeback/tracker-main.c:#include <dbus/dbus-glib.h> tests/libtracker-miner/miners-mock.c:#include <dbus/dbus-glib.h> tests/libtracker-miner/thumbnailer-mock.c:#include <dbus/dbus-glib.h>
These includes are really just invalid now, there is no use of dbus-glib any more in Tracker.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.