From 5cf826c7ca3d09f9a2105fdf151823eff329d847 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Tue, 6 Mar 2012 13:41:57 +0100 Subject: [PATCH] glib-2.0: Add generic to ThreadPool.set_sort_function callback Thanks to Paul Jakma for the patch. Fixes bug 670205. --- vapi/glib-2.0.vapi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index 1f418ffd8..a36d7c6d5 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -1961,7 +1961,7 @@ namespace GLib { public static int get_max_unused_threads (); public static uint get_num_unused_threads (); public static void stop_unused_threads (); - public void set_sort_function (CompareDataFunc func); + public void set_sort_function (CompareDataFunc func); public static void set_max_idle_time (uint interval); public static uint get_max_idle_time (); } -- 2.47.2