GNOME Bugzilla – Bug 772424
GDBusConnection `closed` signal is not exposed
Last modified: 2017-03-08 13:57:59 UTC
It seems to be shadowed by the `closed` property.
Created attachment 336942 [details] [review] Fix DBusConnection `closed` signal binding The property is shadowing it, and is accessible through `get()` anyway. The alternative would be to expose the property as `is_closed`, but I couldn't find a way to do this with the current annotation.
Created attachment 336946 [details] [review] Fix DBusConnection `closed` signal binding
*** This bug has been marked as a duplicate of bug 684358 ***