Function
GObjectTypeClassref
Declaration [src]
GObjectTypeClass*
g_type_class_ref (
GType type
)
Description [src]
Increments the reference count of the class structure belonging to
type
. This function will demand-create the class if it doesn’t
exist already.
Return value
Type: GTypeClass
The GTypeClass
structure for the given type ID.
The data is owned by the called function. |