mention the fact that the tree is traversed in sorted order.

2001-12-05  Sven Neumann  <sven@gimp.org>

	* glib/gtree.c (g_tree_foreach): mention the fact that the tree is
	traversed in sorted order.
This commit is contained in:
Sven Neumann
2001-12-05 01:38:12 +00:00
committed by Sven Neumann
parent a5fb0b8069
commit 5a30ea7ee4
9 changed files with 48 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
2001-12-05 Sven Neumann <sven@gimp.org>
* glib/gtree.c (g_tree_foreach): mention the fact that the tree is
traversed in sorted order.
2001-12-03 Manish Singh <yosh@gimp.org>
* tests/module-test.c: g_module_symbol takes a gpointer *, not just