Source position: gthread.inc line 146
function g_thread_create_full(
func: TGThreadFunc;
data: gpointer;
stack_size: gulong;
joinable: gboolean;
bound: gboolean;
priority: TGThreadPriority;
error: PPGError
):PGThread;