From 278ab5f0a6781df5de9de3f5ea24185dc7b65cca Mon Sep 17 00:00:00 2001 From: Zhou Qiankang Date: Sun, 16 Feb 2025 11:58:21 +0800 Subject: [PATCH] glib-2.0: Update RegexMatchFlags and RegexCompileFlags's binding to 2.74 Signed-off-by: Zhou Qiankang --- vapi/glib-2.0.vapi | 5 +++++ 1 file changed, 5 insertions(+) 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, -- 2.47.2