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