glib.gtree

Undocumented in source.

Members

Aliases

GTraverseFunc
alias GTraverseFunc = gboolean function(gpointer key, gpointer value, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_tree_destroy
void g_tree_destroy(GTree* tree)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_tree_foreach
void g_tree_foreach(GTree* tree, GTraverseFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_tree_height
gint g_tree_height(GTree* tree)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_tree_insert
void g_tree_insert(GTree* tree, gpointer key, gpointer value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_tree_lookup
gpointer g_tree_lookup(GTree* tree, gconstpointer key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_tree_lookup_extended
gboolean g_tree_lookup_extended(GTree* tree, gconstpointer lookup_key, gpointer* orig_key, gpointer* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_tree_new
GTree* g_tree_new(GCompareFunc key_compare_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_tree_new_full
GTree* g_tree_new_full(GCompareDataFunc key_compare_func, gpointer key_compare_data, GDestroyNotify key_destroy_func, GDestroyNotify value_destroy_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_tree_new_with_data
GTree* g_tree_new_with_data(GCompareDataFunc key_compare_func, gpointer key_compare_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_tree_nnodes
gint g_tree_nnodes(GTree* tree)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_tree_ref
GTree* g_tree_ref(GTree* tree)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_tree_remove
gboolean g_tree_remove(GTree* tree, gconstpointer key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_tree_replace
void g_tree_replace(GTree* tree, gpointer key, gpointer value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_tree_search
gpointer g_tree_search(GTree* tree, GCompareFunc search_func, gconstpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_tree_steal
gboolean g_tree_steal(GTree* tree, gconstpointer key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_tree_traverse
deprecated void g_tree_traverse(GTree* tree, GTraverseFunc traverse_func, GTraverseType traverse_type, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_tree_unref
void g_tree_unref(GTree* tree)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

GTree
struct GTree
Undocumented in source.

Meta