Type.isA

If is_a_type is a derivable type, check whether type is a descendant of is_a_type. If is_a_type is an interface, check whether type conforms to it.

class Type
static
int
isA

Parameters

type GType

Type to check anchestry for.

isAType GType

Possible anchestor of type or interface type could conform to.

Return Value

Type: int

TRUE if type is_a is_a_type holds true.

Meta