Handbook
Glossary
g_boxed_type_register_static ( name boxed_copy boxed_free -- GType )
Vocabulary
gobject
.
ffi
Inputs
name
an
object
boxed_copy
an
object
boxed_free
an
object
Outputs
GType
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gobject.ffi
LIBRARY:
gobject
FUNCTION:
GType
g_boxed_type_register_static
( gchar* name,
GBoxedCopyFunc
boxed_copy,
GBoxedFreeFunc
boxed_free )