API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
gpointer (* GThreadFunc) ( gpointer data )
Specifies the type of the func functions passed to g_thread_new() or g_thread_try_new().
func
g_thread_new()
data
Type: gpointer
gpointer
Data passed to the thread.
NULL
The return value of the thread.