GNOME Bugzilla – Bug 622898
Migrate from dbus-glib to glib's GDBus
Last modified: 2011-12-09 14:21:40 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: ./sound-juicer/configure.in:PKG_CHECK_MODULES(UI, gtk+-2.0 >= 2.14 libglade-2.0 gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk)
Yes, sj-inhibit uses dbus-glib.
Created attachment 203144 [details] [review] Use GIO dbus stuff I even tested it
Committed, thanks Michael!