Mark g_tree_traverse() as deprecated. (#65343)

* glib/gtree.h: Mark g_tree_traverse() as deprecated. (#65343)

        * glib/gtree.c (g_tree_traverse): Explain the deprecation in
        some detail.
This commit is contained in:
Matthias Clasen
2001-11-26 19:01:08 +00:00
parent ff3ecc745d
commit e446298113
10 changed files with 64 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2001-11-26 Matthias Clasen <matthiasc@poet.de>
* glib/gtree.h: Mark g_tree_traverse() as deprecated. (#65343)
* glib/gtree.c (g_tree_traverse): Explain the deprecation in
some detail.
Mon Nov 26 09:42:24 2001 Tim Janik <timj@gtk.org>
* configure.in: provide GLIB_SIZEOF_SIZE_T.