Type.classRef

Increments the reference count of the class structure belonging to type. This function will demand-create the class if it doesn't exist already.

class Type
static
void*
classRef

Parameters

type GType

Type ID of a classed type.

Return Value

Type: void*

The GTypeClass structure for the given type ID. [type GObject.TypeClass][transfer none]

Meta