Method
GLibStaticPrivateget
Declaration [src]
gpointer
g_static_private_get (
GStaticPrivate* private_key
)
Description [src]
Works like g_private_get()
only for a GStaticPrivate
.
This function works even if g_thread_init()
has not yet been called.
This method is not directly available to language bindings.