TypeClass.peekStatic

A more efficient version of g_type_class_peek() which works only for static types.

class TypeClass
static
peekStatic

Parameters

type GType

type ID of a classed type

Return Value

Type: TypeClass

the #GTypeClass structure for the given type ID or %NULL if the class does not currently exist or is dynamically loaded

Meta