Handbook
Glossary
g_thread_foreach ( thread_func user_data -- )
Vocabulary
glib
.
ffi
Inputs
thread_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_foreach
(
GFunc
thread_func,
gpointer
user_data )