Skip to content

gtk4: Add sealed to all the final types

Corentin Noël requested to merge tintou/sealed-gtk4 into main

Allows to know in advance if a type can be subclassed or not

Required until gtk!4575 is merged or the right heuristic is implemented on Vala side.

Merge request reports