commit 18fca6d0a124c2d0fb87293306626db1d5ba8ebc Author: Christian Persch Date: Sat Dec 27 09:27:54 2025 +0100 lib: Filter out internal flags in public API When returning a VtePropertyFlags from the API, mask off the extra internal flags. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2927 (cherry picked from commit 9dc37fce0d808d257f9d218884f09b32f32a21b0) src/meson.build | 1104 ++ src/parser-seq.py | 1270 ++ src/vte.cc | 11499 ++++++++++++++++++ src/vtepropertiesinternal.hh | 226 + 378 files changed, 125761 insertions(+)