Method
GLibTreeunref
since: 2.22
Declaration [src]
void
g_tree_unref (
GTree* tree
)
Description [src]
Decrements the reference count of tree
by one.
If the reference count drops to 0, all keys and values will
be destroyed (if destroy functions were specified) and all
memory allocated by tree
will be released.
It is safe to call this function from any thread.
Available since: 2.22