TypeScript API Documentation for GOBJECT
API Version: 2.0
Library Version: 2.88.0
Generated with TypeDoc via ts-for-gir v4.0.0-beta.41
Since 2.84
Retrieves the type class of the given type.
type
This function will create the class on demand if it does not exist already.
If you don't want to create the class, use g_type_class_peek() instead.
g_type_class_peek()
type ID of a classed type
the class structure for the type
2.84
Retrieves the type class of the given
type.This function will create the class on demand if it does not exist already.
If you don't want to create the class, use
g_type_class_peek()instead.