]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: set cname for SearchFunc
authorEvan Nemerson <evan@nemerson.com>
Thu, 16 Oct 2014 20:19:01 +0000 (13:19 -0700)
committerEvan Nemerson <evan@nemerson.com>
Thu, 16 Oct 2014 20:19:01 +0000 (13:19 -0700)
vapi/glib-2.0.vapi

index eb5ce0619bb8f4899377d0d8a61d2a38c84bba08..e9bb83467a1d102a6378d8d151ea0ba0ccea1d67 100644 (file)
@@ -4022,7 +4022,7 @@ namespace GLib {
        [CCode (cname = "g_strcmp0")]
        public static GLib.CompareFunc<string> strcmp;
 
-       [CCode (has_target = false)]
+       [CCode (cname = "GCompareFunc", has_target = false)]
        public delegate int SearchFunc<G,T> (G a, T b);
 
        /* Double-ended Queues */