GNOME Bugzilla – Bug 622872
Migrate from dbus-glib to glib's GDBus
Last modified: 2013-11-12 13:22:05 UTC
For GLib 2.25.5 GDBus D-Bus support was merged, providing an API to replace dbus-glib. See http://library.gnome.org/devel/gio/unstable/gdbus.html and http://library.gnome.org/devel/gio/unstable/ch28.html . According to a quick grep this module seems to use dbus-glib: ./gnome-user-share/configure.in:PKG_CHECK_MODULES(USER_SHARE, glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2)
Only the obex code actually uses dbus-glib; filed bug 698073 to remove the unused include from non-bluetooth code and updating component.
The only dbus-glib left-overs are in the (not-compiled, not-used) obexftp.c code. https://bugzilla.gnome.org/show_bug.cgi?id=694347 is the bug about porting that code to BlueZ 5 (and porting to GDBus by the same token).
Last bit of (unused) code was removed.