GNOME Bugzilla – Bug 663261
Access gdk_property_change from dynamic bindings
Last modified: 2018-02-10 03:40:06 UTC
In Sugar's toolkit[1], which is now being ported to gtk3, we use gdk_property_change() to set string properties (@data as guchar *). It seems that because the the @data param can be casted to multiple data types it ended up being marked as (skip) so it isn't accessible to us via introspection. One approach to this would be providing gdk_property_change_{char, short, long} as wrappers for gdk_property_change. Since the cast would be gone, these methods would be introspectable. Or we could have only one wrapper using GValue for @data. Which approach would be more desirable? [1] http://git.sugarlabs.org/~erikos/sugar-toolkit/sugar-toolkit-gtk3/commit/c22ec39980f47e78f2341da54f13324333e3d2f0
*** Bug 665890 has been marked as a duplicate of this bug. ***
We're moving to gitlab! As part of this move, we are closing bugs that haven't seen activity in more than 5 years. If this issue is still imporant to you and still relevant with GTK+ 3.22 or master, please consider creating a gitlab issue for it.