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 622913 - Migrate from dbus-glib to glib's GDBus
Migrate from dbus-glib to glib's GDBus
Status: RESOLVED FIXED
Product: gnome-disk-utility
Classification: Core
Component: general
2.30.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-disk-utility-maint
gnome-disk-utility-maint
Depends on:
Blocks: 622871
 
 
Reported: 2010-06-27 11:26 UTC by André Klapper
Modified: 2012-06-09 04:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2010-06-27 11:26:20 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-disk-utility/configure.ac:PKG_CHECK_MODULES(DBUS_GLIB, [dbus-glib-1 >= $DBUS_GLIB_REQUIRED])
Comment 1 Cosimo Cecchi 2012-06-09 04:22:39 UTC
AFAICS this was done together with the udisks2 port. configure.ac in git master has no mention of dbus-glib.