mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-18 21:29:16 +02:00
Remove superfluous GSearchFunc.
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib/tmpl/glib-unused.sgml: Remove superfluous GSearchFunc.
This commit is contained in:
parent
91b9b2dd12
commit
e78311ff4e
@ -1,5 +1,7 @@
|
|||||||
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
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
|
* glib/tmpl/async_queues.sgml, glib/glib-sections.txt: Added
|
||||||
documentation for asynchronous queues.
|
documentation for asynchronous queues.
|
||||||
|
|
||||||
|
@ -40,17 +40,6 @@
|
|||||||
</para>
|
</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 ##### -->
|
<!-- ##### MACRO write ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user