g_thread_pool_new_full ( func user_data item_free_func max_threads exclusive error -- GThreadPool* )


Vocabulary
glib.ffi

Inputs
funcan object
user_dataan object
item_free_funcan object
max_threadsan object
exclusivean object
erroran object


Outputs
GThreadPool*an object


Definition


LIBRARY: glib FUNCTION: GThreadPool* g_thread_pool_new_full
( GFunc func, gpointer user_data, GDestroyNotify
item_free_func, gint max_threads, gboolean exclusive,
GError* error )