init
⚠️ Deprecated ⚠️
This is deprecated since version 2.32.
This function is no longer necessary. The GLib threading system is automatically initialized at the start of your program.
If you use GLib from more than one thread, you must initialize the thread system by calling g_thread_init().
Since version 2.24, calling g_thread_init() multiple times is allowed, but nothing happens except for the first call.
Since version 2.32, GLib does not support custom thread implementations anymore and the @vtable parameter is ignored and you should pass null.
Parameters
a function table of type #GThreadFunctions, that provides the entry points to the thread system to be used. Since 2.32, this parameter is ignored and should always be null