]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Add g_int64_hash and g_int64_equal bindings.
authorEvan Nemerson <evan@coeus-group.com>
Thu, 19 Aug 2010 18:51:39 +0000 (11:51 -0700)
committerJürg Billeter <j@bitron.ch>
Fri, 20 Aug 2010 08:16:37 +0000 (10:16 +0200)
vapi/glib-2.0.vapi

index 00b6282ecc69ae46403be475fcb7236f5b566172..17031946f952fa878812e3cd47a81ab2a744e144 100644 (file)
@@ -3571,6 +3571,10 @@ namespace GLib {
        public static GLib.HashFunc direct_hash;
        [CCode (cname = "g_direct_equal")]
        public static GLib.EqualFunc direct_equal;
+       [CCode (cname = "g_int64_hash")]
+       public static GLib.HashFunc int64_hash;
+       [CCode (cname = "g_int64_equal")]
+       public static GLib.EqualFunc int64_equal;
        [CCode (cname = "g_int_hash")]
        public static GLib.HashFunc int_hash;
        [CCode (cname = "g_int_equal")]