Handbook
Glossary
g_task_run_in_thread ( task task_func -- )
Vocabulary
gio
.
ffi
Inputs
task
an
object
task_func
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
void
g_task_run_in_thread
( GTask* task,
GTaskThreadFunc
task_func )