g_tree_new_full ( key_compare_func key_compare_data key_destroy_func value_destroy_func -- GTree* )


Vocabulary
glib.ffi

Inputs
key_compare_funcan object
key_compare_dataan object
key_destroy_funcan object
value_destroy_funcan object


Outputs
GTree*an object


Definition