From: Sebastian Wilhelmi Date: Thu, 2 Nov 2000 15:22:57 +0000 (+0000) Subject: Remove superfluous GSearchFunc. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=e78311ff4e162e5a73d9816fa72bbc50f25db4cc;p=dana%2Fcg-glib.git Remove superfluous GSearchFunc. 2000-11-02 Sebastian Wilhelmi * glib/tmpl/glib-unused.sgml: Remove superfluous GSearchFunc. --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 3617681c..639acca5 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,7 @@ 2000-11-02 Sebastian Wilhelmi + * glib/tmpl/glib-unused.sgml: Remove superfluous GSearchFunc. + * glib/tmpl/async_queues.sgml, glib/glib-sections.txt: Added documentation for asynchronous queues. diff --git a/docs/reference/glib/tmpl/glib-unused.sgml b/docs/reference/glib/tmpl/glib-unused.sgml index 41191a84..4387d5a8 100644 --- a/docs/reference/glib/tmpl/glib-unused.sgml +++ b/docs/reference/glib/tmpl/glib-unused.sgml @@ -40,17 +40,6 @@ - - -Specifies the type of function passed to g_tree_search(). - - -@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. -