Type.classUnref

Decrements the reference count of the class structure being passed in. Once the last reference count of a class has been released, classes may be finalized by the type system, so further dereferencing of a class pointer after g_type_class_unref() are invalid.

class Type
static
void
classUnref
(
void* gClass
)

Parameters

gClass void*

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

Meta