Handbook
Glossary
g_thread_create_full ( func data stack_size joinable bound priority error -- GThread* )
Vocabulary
glib
.
ffi
Inputs
func
an
object
data
an
object
stack_size
an
object
joinable
an
object
bound
an
object
priority
an
object
error
an
object
Outputs
GThread*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
GThread*
g_thread_create_full
(
GThreadFunc
func,
gpointer
data,
gulong
stack_size,
gboolean
joinable,
gboolean
bound,
GThreadPriority
priority,
GError* error )