Handbook
Glossary
g_tree_new_full ( key_compare_func key_compare_data key_destroy_func value_destroy_func -- GTree* )
Vocabulary
glib
.
ffi
Inputs
key_compare_func
an
object
key_compare_data
an
object
key_destroy_func
an
object
value_destroy_func
an
object
Outputs
GTree*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
GTree*
g_tree_new_full
(
GCompareDataFunc
key_compare_func,
gpointer
key_compare_data,
GDestroyNotify
key_destroy_func,
GDestroyNotify
value_destroy_func )