Handbook
Glossary
g_type_module_add_interface ( type_module instance_type interface_type interface_info -- )
Vocabulary
gobject
.
ffi
Inputs
type_module
an
object
instance_type
an
object
interface_type
an
object
interface_info
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gobject.ffi
LIBRARY:
gobject
FUNCTION:
void
g_type_module_add_interface
( GTypeModule* type_module,
GType
instance_type,
GType
interface_type, GInterfaceInfo* interface_info )