[vala/0.44] glib-2.0: Add binding for g_strv_equal() (since 2.60)



commit cd340da9bc61adabc41edb3bad2f72931e2bf68f
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Tue Jul 9 10:06:56 2019 +0200

    glib-2.0: Add binding for g_strv_equal() (since 2.60)

 vapi/glib-2.0.vapi | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index 1d7c7c980..d2ab27ba3 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -4941,6 +4941,9 @@ namespace GLib {
        public static GLib.HashFunc<string> str_hash;
        [CCode (cname = "g_str_equal")]
        public static GLib.EqualFunc<string> str_equal;
+       [Version (since = "2.60")]
+       [CCode (cname = "((GEqualFunc) g_strv_equal)")]
+       public static GLib.EqualFunc<string[]> strv_equal;
        [CCode (cname = "g_free")]
        public static GLib.DestroyNotify g_free;
        [CCode (cname = "g_list_free")]
@@ -5502,6 +5505,7 @@ namespace GLib {
                public const uint @2_54;
                public const uint @2_56;
                public const uint @2_58;
+               public const uint @2_60;
 
                [CCode (cname = "glib_binary_age")]
                public const uint binary_age;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]