Adding Glib GMainContext support to DBusGlib Bindings
Colin Walters
walters at verbum.org
Fri Mar 11 06:28:54 PST 2011
On Fri, Mar 11, 2011 at 9:15 AM, Marcus Nascimento <marcus.cps at gmail.com> wrote:
>
> Long story short: Do you recommend moving on from glib-dbus to GDbus in this
> case?
Yes, if you can. But it's also worth saying that in a lot of cases,
it's not too difficult to structure dbus-glib code such that worker
threads queue an idle handler to send their data back to the main
loop, which then sends the reply message.
For reference this is the longstanding bug:
https://bugs.freedesktop.org/show_bug.cgi?id=857
More information about the dbus
mailing list