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 622872 - Migrate from dbus-glib to glib's GDBus
Migrate from dbus-glib to glib's GDBus
Status: RESOLVED FIXED
Product: gnome-user-share
Classification: Core
Component: bluetooth
git master
Other Linux
: Normal normal
: ---
Assigned To: gnome-user-share maintainers
gnome-user-share maintainers
Depends on:
Blocks: 622871
 
 
Reported: 2010-06-27 10:28 UTC by André Klapper
Modified: 2013-11-12 13:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2010-06-27 10:28:18 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)
Comment 1 Will Thompson 2013-04-15 18:07:28 UTC
Only the obex code actually uses dbus-glib; filed bug 698073 to remove the unused include from non-bluetooth code and updating component.
Comment 2 Bastien Nocera 2013-11-09 13:32:41 UTC
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).
Comment 3 Bastien Nocera 2013-11-12 13:22:05 UTC
Last bit of (unused) code was removed.