After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 658645 - Port writeback to GDBus
Port writeback to GDBus
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: General
0.12.x
Other Linux
: Normal normal
: ---
Assigned To: tracker-general
Jamie McCracken
Depends on:
Blocks: 622871
 
 
Reported: 2011-09-09 11:12 UTC by Javier Jardón (IRC: jjardon)
Modified: 2011-09-12 09:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Javier Jardón (IRC: jjardon) 2011-09-09 11:12:26 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>
Comment 1 Martyn Russell 2011-09-12 09:10:56 UTC
These includes are really just invalid now, there is no use of dbus-glib any more in Tracker.
Comment 2 Martyn Russell 2011-09-12 09:35:38 UTC
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.