GNOME Bugzilla – Bug 690495
gtk_widget_style_get_property value not marked as out
Last modified: 2012-12-21 20:59:58 UTC
I was about to report this bug in PyGObject: https://mail.gnome.org/archives/python-hackers-list/2012-December/msg00000.html but Martin Pitt pointed me out that this shouldn't be the way of using style_get_property at all. Instead, the value should be marked as out in the annotation, so that JS/Python can convert it to a return value.
I looked a little bit for previous reports, but only found some specifically reported against the Vala bindings.
*** This bug has been marked as a duplicate of bug 682192 ***