Handbook
Glossary
g_tree_insert ( tree key value -- )
Vocabulary
glib
.
ffi
Inputs
tree
an
object
key
an
object
value
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
void
g_tree_insert
( GTree* tree,
gpointer
key,
gpointer
value )