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