gtree: Make g_tree_remove_all() public

g_tree_remove_all is useful and the corresponding function in GHashTable
is exposed, so make this function public is meaningful.
This commit is contained in:
liuyangming
2021-03-12 11:00:57 +08:00
committed by Philip Withnall
parent 9bad38887d
commit 8fb3101715
4 changed files with 46 additions and 1 deletions

View File

@@ -3055,6 +3055,7 @@ g_tree_lower_bound
g_tree_upper_bound
g_tree_remove
g_tree_steal
g_tree_remove_all
g_tree_destroy
</SECTION>