]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Update RegexMatchFlags and RegexCompileFlags's binding to 2.74
authorZhou Qiankang <wszqkzqk@qq.com>
Sun, 16 Feb 2025 03:58:21 +0000 (11:58 +0800)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 20 Feb 2025 18:50:10 +0000 (18:50 +0000)
Signed-off-by: Zhou Qiankang <wszqkzqk@qq.com>
vapi/glib-2.0.vapi

index 0e3f8043e75cf45a1188f3be72da2cb9204c1d10..f6a94b9c47098a81a70cb0779a0830de3181932d 100644 (file)
@@ -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,