Type.classUnrefUncached

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.

class Type
static
void
classUnrefUncached
(
void* gClass
)

Parameters

gClass void*

The GTypeClass structure to unreference. [type GObject.TypeClass]

Meta