Skip to content

Fixes for construct-only properties

Carlos Garnacho requested to merge wip/carlosg/construct-only-setter-fixes into master

Don't look for setters of construct-only properties defined by parent C classes, and don't set the construct-only properties multiple times when creating the GObject.

Merge request reports