diff options
Diffstat (limited to 'vapi/metadata/Gtk-4.0-custom.vala')
-rw-r--r-- | vapi/metadata/Gtk-4.0-custom.vala | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vapi/metadata/Gtk-4.0-custom.vala b/vapi/metadata/Gtk-4.0-custom.vala index c3f98568b..9c600f520 100644 --- a/vapi/metadata/Gtk-4.0-custom.vala +++ b/vapi/metadata/Gtk-4.0-custom.vala @@ -39,4 +39,7 @@ namespace Gtk { [CCode (delegate_target = false)] public unowned Gtk.BuildableParserErrorFunc error; } + + [CCode (cname = "GTK_INVALID_LIST_POSITION")] + public const uint INVALID_LIST_POSITION; } |