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 622898 - Migrate from dbus-glib to glib's GDBus
Migrate from dbus-glib to glib's GDBus
Status: RESOLVED FIXED
Product: sound-juicer
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Sound Juicer Maintainers
Sound Juicer Maintainers
Depends on:
Blocks: 622871
 
 
Reported: 2010-06-27 10:59 UTC by André Klapper
Modified: 2011-12-09 14:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use GIO dbus stuff (6.46 KB, patch)
2011-12-09 12:32 UTC, Michael Wood
none Details | Review

Description André Klapper 2010-06-27 10:59:50 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)
Comment 1 Ross Burton 2011-10-10 15:29:34 UTC
Yes, sj-inhibit uses dbus-glib.
Comment 2 Michael Wood 2011-12-09 12:32:24 UTC
Created attachment 203144 [details] [review]
Use GIO dbus stuff

I even tested it
Comment 3 Ross Burton 2011-12-09 14:21:40 UTC
Committed, thanks Michael!