Method

GLibTreeremove_all

since: 2.70

Declaration

void
g_tree_remove_all (
  GTree* tree
)

Description

Removes all nodes from a GTree and destroys their keys and values, then resets the GTree’s root to NULL.

Available since: 2.70