API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
gpointer g_private_get ( GPrivate* key )
Returns the current value of the thread local variable key.
key
If the value has not yet been set in this thread, NULL is returned. Values are never copied between threads (when a new thread is created, for example).
NULL
Type: gpointer
gpointer
The thread-local value.