Handbook
Glossary
g_thread_pool_new_full ( func user_data item_free_func max_threads exclusive error -- GThreadPool* )
Vocabulary
glib
.
ffi
Inputs
func
an
object
user_data
an
object
item_free_func
an
object
max_threads
an
object
exclusive
an
object
error
an
object
Outputs
GThreadPool*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
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 )