Skip to content

docs: Fix the "final" attribute in the GIR schema

Emmanuele Bassi requested to merge gir-schema-fix into master

The "final" attribute is not namespaced. Like "abstract", the "final" flag is shared across type systems, it's not strongly related to GObject types.

Merge request reports