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 772424 - GDBusConnection `closed` signal is not exposed
GDBusConnection `closed` signal is not exposed
Status: RESOLVED DUPLICATE of bug 684358
Product: vala
Classification: Core
Component: Bindings: GLib
unspecified
Other Mac OS
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2016-10-04 17:59 UTC by Ole André Vadla Ravnås
Modified: 2017-03-08 13:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix DBusConnection `closed` signal binding (2.60 KB, patch)
2016-10-04 18:23 UTC, Ole André Vadla Ravnås
none Details | Review
Fix DBusConnection `closed` signal binding (1.66 KB, patch)
2016-10-04 18:54 UTC, Ole André Vadla Ravnås
none Details | Review

Description Ole André Vadla Ravnås 2016-10-04 17:59:15 UTC
It seems to be shadowed by the `closed` property.
Comment 1 Ole André Vadla Ravnås 2016-10-04 18:23:08 UTC
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.
Comment 2 Ole André Vadla Ravnås 2016-10-04 18:54:04 UTC
Created attachment 336946 [details] [review]
Fix DBusConnection `closed` signal binding
Comment 3 Rico Tzschichholz 2017-03-08 13:57:59 UTC

*** This bug has been marked as a duplicate of bug 684358 ***