mirror of
https://github.com/brl/mutter.git
synced 2025-02-01 06:12:19 +00:00
6754195580
The script parser only included G_PARAM_CONSTRUCT_ONLY parameters when constructing objects. This causes issues if an object requires a parameter to be set during construction, but may also change after. Fix this by including G_PARAM_CONSTRUCT parameters when constructing script objects as well. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1289