From: Zhou Qiankang Date: Sun, 16 Feb 2025 03:58:21 +0000 (+0800) Subject: glib-2.0: Update RegexMatchFlags and RegexCompileFlags's binding to 2.74 X-Git-Tag: 0.56.18~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06a0e42ee04b27ebbb0b5f9141bf4b2b92d08f36;p=thirdparty%2Fvala.git glib-2.0: Update RegexMatchFlags and RegexCompileFlags's binding to 2.74 Signed-off-by: Zhou Qiankang --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index d99a0a71b..a8535e82c 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -4597,6 +4597,8 @@ namespace GLib { [CCode (cprefix = "G_REGEX_", has_type_id = false)] [Flags] public enum RegexCompileFlags { + [Version (since = "2.74")] + DEFAULT, CASELESS, MULTILINE, DOTALL, @@ -4613,6 +4615,7 @@ namespace GLib { NEWLINE_CRLF, NEWLINE_ANYCRLF, BSR_ANYCRLF, + [Version (deprecated_since = "2.74")] JAVASCRIPT_COMPAT } @@ -4620,6 +4623,8 @@ namespace GLib { [CCode (cprefix = "G_REGEX_MATCH_", has_type_id = false)] [Flags] public enum RegexMatchFlags { + [Version (since = "2.74")] + DEFAULT, ANCHORED, NOTBOL, NOTEOL,