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-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=278ab5f0a6781df5de9de3f5ea24185dc7b65cca;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 0e3f8043e..f6a94b9c4 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -4587,6 +4587,8 @@ namespace GLib { [CCode (cprefix = "G_REGEX_", has_type_id = false)] [Flags] public enum RegexCompileFlags { + [Version (since = "2.74")] + DEFAULT, CASELESS, MULTILINE, DOTALL, @@ -4603,6 +4605,7 @@ namespace GLib { NEWLINE_CRLF, NEWLINE_ANYCRLF, BSR_ANYCRLF, + [Version (deprecated_since = "2.74")] JAVASCRIPT_COMPAT } @@ -4610,6 +4613,8 @@ namespace GLib { [CCode (cprefix = "G_REGEX_MATCH_", has_type_id = false)] [Flags] public enum RegexMatchFlags { + [Version (since = "2.74")] + DEFAULT, ANCHORED, NOTBOL, NOTEOL,