Add validation for flag values

This commit is contained in:
James Westman 2022-03-02 14:06:57 -06:00
parent bebe784d1d
commit 8ea06e8a78
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
4 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,6 @@
using Gtk 4.0;
EventControllerScroll {
flags: vertical | not_a_value;
name: a|b;
}

View file

@ -0,0 +1,2 @@
4,21,11,not_a_value is not a member of Gtk.EventControllerScrollFlags
5,9,3,string is not a bitfield type