Method
GLibTreeremove_all
since: 2.70
Declaration [src]
void
g_tree_remove_all (
GTree* tree
)
Description [src]
Removes all nodes from a GTree
and destroys their keys and values,
then resets the GTree
’s root to NULL
.
Available since: 2.70