GNOME Bugzilla – Bug 685275
Remove static GParamSpec bindings
Last modified: 2018-01-10 20:19:14 UTC
The GParamSpec bindings should be removed in favor of using the introspected ones, that are already more featureful. This will require a bit of extra support from the C side, to create a dynamic param spec in a few places. GParamSpecs are fundamental objects so this requires fundamental support.
This is a blocker to be able to support gtk_container_install_property() in a binding (something PyGTK supports), since it requires instantiation of a dynamic GParamSpec.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/pygobject/issues/32.