Function
GObjecttype_is_a
[−]
Description [src]
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.
[−]
Parameters
type
-
Type:
GType
Type to check ancestry for.
is_a_type
-
Type:
GType
Possible ancestor of
type
or interface thattype
could conform to.