Add G_TRAVERSE_LEAVES and G_TRAVERSE_NON_LEAVES as alternative names for

2004-11-08  Matthias Clasen  <mclasen@redhat.com>

	* glib/gnode.h (enum GTraverseFlags): Add G_TRAVERSE_LEAVES
	and G_TRAVERSE_NON_LEAVES as alternative names for
	G_TRAVERSE_LEAFS and G_TRAVERSE_NON_LEAFS, which are
	grammatically brutal.  (#138853, Morten Welinder)
This commit is contained in:
Matthias Clasen
2004-11-08 19:14:04 +00:00
committed by Matthias Clasen
parent c915c2d683
commit a84cbafcec
8 changed files with 45 additions and 11 deletions

View File

@@ -1,5 +1,8 @@
2004-11-08 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/trees-nary.sgml: Document G_TRAVERSE_LEAVES and
G_TRAVERSE_NON_LEAVES
* glib/tmpl/hooks.sgml:
* glib/tmpl/iochannels.sgml: Updates