GThreadFunc

Specifies the type of the @func functions passed to g_thread_new() or g_thread_try_new().

alias GThreadFunc = void* function(void* data)

Return Value

the return value of the thread

Meta