API Version: 2.0
Library Version: 2.79.3
Generated by gi-docgen 2023.3
since: 2.0
GType g_type_parent ( GType type )
Return the direct parent type of the passed in type. If the passed in type has no parent, i.e. is a fundamental type, 0 is returned.
Available since: 2.0
type
Type: GType
GType
The derived type.
The parent type.