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 622874 - Migrate from dbus-glib to glib's GDBus
Migrate from dbus-glib to glib's GDBus
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: general
HEAD
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on: 643736
Blocks: 622871
 
 
Reported: 2010-06-27 10:29 UTC by André Klapper
Modified: 2012-01-18 20:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2010-06-27 10:29:23 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:

./rhythmbox/configure.ac:PKG_CHECK_MODULES(DBUS, dbus-glib-1 >= $DBUS_MIN_REQS)
Comment 1 Jonathan Matthew 2011-03-06 22:49:26 UTC
Mostly done, just need to fix a few things in GApplication so we can use it for a few things that were previously part of the rhythmbox shell dbus interface.
Comment 2 Javier Jardón (IRC: jjardon) 2012-01-18 20:04:18 UTC
Seems that this was fixed now, Could we close this?
Comment 3 Jonathan Matthew 2012-01-18 20:26:28 UTC
indeed we can.