TypeScript API Documentation for GOBJECT
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Retrieves the class for a give type.
This function is essentially the same as g_type_class_get(), except that the class may have not been instantiated yet.
g_type_class_get()
As a consequence, this function may return null if the class of the type passed in does not currently exist (hasn't been referenced before).
null
type ID of a classed type
the GObject.TypeClass structure for the given type ID or null if the class does not currently exist
Retrieves the class for a give type.
This function is essentially the same as
g_type_class_get(), except that the class may have not been instantiated yet.As a consequence, this function may return
nullif the class of the type passed in does not currently exist (hasn't been referenced before).