Handbook
Glossary
g_thread_pool_set_sort_function ( thread_pool func user_data -- )
Vocabulary
glib
.
ffi
Inputs
thread_pool
an
object
func
an
object
user_data
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
void
g_thread_pool_set_sort_function
( GThreadPool* thread_pool,
GCompareDataFunc
func,
gpointer
user_data )