GNOME Bugzilla – Bug 622874
Migrate from dbus-glib to glib's GDBus
Last modified: 2012-01-18 20:26:28 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)
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.
Seems that this was fixed now, Could we close this?
indeed we can.