From: Luca Bruno Date: Tue, 6 Mar 2012 12:41:57 +0000 (+0100) Subject: glib-2.0: Add generic to ThreadPool.set_sort_function callback X-Git-Tag: 0.16.0~10 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=5cf826c7ca3d09f9a2105fdf151823eff329d847;p=thirdparty%2Fvala.git glib-2.0: Add generic to ThreadPool.set_sort_function callback Thanks to Paul Jakma for the patch. Fixes bug 670205. --- 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 (); }