Remove superfluous GSearchFunc.
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Thu, 2 Nov 2000 15:22:57 +0000 (15:22 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Thu, 2 Nov 2000 15:22:57 +0000 (15:22 +0000)
2000-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* glib/tmpl/glib-unused.sgml: Remove superfluous GSearchFunc.

docs/reference/ChangeLog
docs/reference/glib/tmpl/glib-unused.sgml

index 3617681c3997dc3632b96e8daa426fecfde31714..639acca5e0e20ae307b46678e445db706d389ccd 100644 (file)
@@ -1,5 +1,7 @@
 2000-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
+       * glib/tmpl/glib-unused.sgml: Remove superfluous GSearchFunc.
+
        * glib/tmpl/async_queues.sgml, glib/glib-sections.txt: Added
        documentation for asynchronous queues.
 
index 41191a84296f0195fd1f1dd1b2be2dc1f56da285..4387d5a8326b7bc2ec0d35af33faec0acc205be6 100644 (file)
 </para>
 
 
-<!-- ##### USER_FUNCTION GSearchFunc ##### -->
-<para>
-Specifies the type of function passed to g_tree_search().
-</para>
-
-@key: a key from a #GTree.
-@data: the data to compare with the key.
-@Returns: 0 if the desired key has been found, a negative number if the
-desired key comes before @key in the sort order of the #GTree, or a positive
-value if the desired key comes after @key.
-
 <!-- ##### MACRO write ##### -->
 <para>