Created attachment 29241 [details] [review] adds dbus_g_bus_get_private() function Hi, There is currently no way to create a private connection using the DBus-GLib bindings. This is needed to receive events in multiple threads at once since the connection is associated with a single mainloop context. With the attached patch, I'm recommending the addition of a dbus_g_bus_get_private() function that calls dbus_bus_get_private(). You may also want to check out bug 23633 for a fix to allow context switching. Thanks, David
Fixed in 0.84, Bug #19623. *** This bug has been marked as a duplicate of bug 19623 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.