[Vala] [Bindings] for ThreadPool broken

2008-10-03 Thread Mihail Naydenov
When used TreadPool, the c compiler reports: ***error: too few arguments to function `g_thread_pool_free'*** ThreadPool is defined in glib-2.0.vapi as: [Compact] [CCode (free_function = "g_thread_pool_free")] public class ThreadPool { ... } but g_thread_pool_free accepts 2

Re: [Vala] [Bindings] for ThreadPool broken

2008-10-03 Thread Christian Hergert
I believe I filed a bug on this a while ago. http://bugzilla.gnome.org/show_bug.cgi?id=542725 -- Christian 2008/10/3 Mihail Naydenov <[EMAIL PROTECTED]> > When used TreadPool, the c compiler reports: > > ***error: too few arguments to function `g_thread_pool_free'*** > > ThreadPool is defined i