Private.set

Sets the thread local variable key to have the value value in the current thread.

This function differs from Private.replace in the following way: the GDestroyNotify for key is not called on the old value.

class Private
void
set
(
void* value
)

Parameters

value void*

the new value