Handbook
Glossary
g_type_is_a ( type is_a_type -- gboolean )
Vocabulary
gobject
.
ffi
Inputs
type
an
object
is_a_type
an
object
Outputs
gboolean
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gobject.ffi
LIBRARY:
gobject
FUNCTION:
gboolean
g_type_is_a
(
GType
type,
GType
is_a_type )