uses deprecated dbus-glib (for the main loop glue)
@jjardon
Submitted by Javier Jardón Assigned to Simon McVittie
Description
For GLib 2.26 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:
configure.ac:PKG_CHECK_MODULES(DBUS_GLIB, [dbus-glib-1 >= 0.70]) dbus/mainloop/glib.py:"""GLib main loop integration using libdbus-glib.""" dbus/mainloop/glib.py: """Initialize threads in dbus-glib, if this has not already been done. _dbus_glib_bindings/module.c:#include <dbus/dbus-glib.h> _dbus_glib_bindings/module.c:#include <dbus/dbus-glib-lowlevel.h>