]> 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>
Sun, 2 Mar 2025 17:52:30 +0000 (18:52 +0100)
Signed-off-by: Zhou Qiankang <wszqkzqk@qq.com>
vapi/glib-2.0.vapi

index d99a0a71b9a0133b39b5b41a0cce31155327ab5c..a8535e82c3496ceb3f8970b57f3fdfcf6d18efb4 100644 (file)
@@ -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,