Function
GObjecttype_is_a
Declaration [src]
gboolean
g_type_is_a (
GType type,
GType is_a_type
)
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.