Method
GLibTreesteal
Declaration [src]
gboolean
g_tree_steal (
GTree* tree,
gconstpointer key
)
Description [src]
Removes a key and its associated value from a GTree
without calling
the key and value destroy functions.
If the key does not exist in the GTree
, the function does nothing.