Handbook
Glossary
g_thread_pool_new ( func user_data max_threads exclusive error -- GThreadPool* )
Vocabulary
glib
.
ffi
Inputs
func
an
object
user_data
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
(
GFunc
func,
gpointer
user_data,
gint
max_threads,
gboolean
exclusive, GError* error )