Method
GObjectTypeClassunref_uncached
Declaration [src]
void
g_type_class_unref_uncached (
GObjectTypeClass* g_class
)
Description [src]
A variant of g_type_class_unref()
for use in GTypeClassCacheFunc
implementations. It unreferences a class without consulting the chain
of GTypeClassCacheFuncs
, avoiding the recursion which would occur otherwise.
This method is not directly available to language bindings.