]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Add `double_hash` and `double_equal`
authorwszqkzqk <wszqkzqk@qq.com>
Sun, 25 Sep 2022 13:53:21 +0000 (21:53 +0800)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 26 Sep 2022 06:50:19 +0000 (08:50 +0200)
vapi/glib-2.0.vapi

index 88ca6a71f6e8fccb5f8f9f2c30376aad34f27d71..497d6bb6c1714cae9d436674bbb2dfb396b5e4bd 100644 (file)
@@ -5621,6 +5621,12 @@ namespace GLib {
        public static GLib.HashFunc<void*> direct_hash;
        [CCode (cname = "g_direct_equal")]
        public static GLib.EqualFunc<void*> direct_equal;
+       [Version (since = "2.22")]
+       [CCode (cname = "g_double_hash")]
+       public static GLib.HashFunc<double?> double_hash;
+       [Version (since = "2.22")]
+       [CCode (cname = "g_double_equal")]
+       public static GLib.EqualFunc<double?> double_equal;
        [CCode (cname = "g_int64_hash")]
        public static GLib.HashFunc<int64?> int64_hash;
        [Version (since = "2.22")]