mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 14:36:16 +01:00
57 lines
1.4 KiB
Plaintext
57 lines
1.4 KiB
Plaintext
|
<!doctype chapter PUBLIC "-//Davenport//DTD DocBook V3.0//EN" []>
|
||
|
<chapter id="gtree-functions">
|
||
|
<docinfo>
|
||
|
<title>Balanced binary trees</title>
|
||
|
</docinfo>
|
||
|
<title>Balanced binary trees</title>
|
||
|
<sect1 id="tree-introduction">
|
||
|
<title>Introduction</title>
|
||
|
<para> </para>
|
||
|
</sect1>
|
||
|
<sect1 id="tree-functions">
|
||
|
<title>Binary tree functions</title>
|
||
|
<para> </para>
|
||
|
<sect2 id="g-tree-new">
|
||
|
<title>g_tree_new</title>
|
||
|
<funcsynopsis>
|
||
|
<funcdef>GTree *<function>g_tree_new</function></funcdef>
|
||
|
<paramdef>GCompareFunc <parameter>key_compare_func</parameter></paramdef>
|
||
|
</funcsynopsis>
|
||
|
<sect3><title>Description</title>
|
||
|
<para> </para>
|
||
|
</sect3>
|
||
|
<sect3><title>Usage</title>
|
||
|
<programlisting>
|
||
|
|
||
|
</programlisting>
|
||
|
</sect3>
|
||
|
<sect3><title>Parameters</title>
|
||
|
<itemizedlist>
|
||
|
<listitem>
|
||
|
<para>GCompareFunc <parameter>key_compare_func</parameter></para>
|
||
|
<para> </para>
|
||
|
</listitem>
|
||
|
</itemizedlist>
|
||
|
</sect3>
|
||
|
</sect2>
|
||
|
</sect1>
|
||
|
<sect1 id="node-functions">
|
||
|
<title>Node functions</title>
|
||
|
<para> </para>
|
||
|
</sect1>
|
||
|
</chapter>
|
||
|
<!-- Keep this comment at the end of the file
|
||
|
Local variables:
|
||
|
mode: sgml
|
||
|
sgml-omittag:t
|
||
|
sgml-shorttag:t
|
||
|
sgml-minimize-attributes:nil
|
||
|
sgml-always-quote-attributes:t
|
||
|
sgml-indent-step:2
|
||
|
sgml-indent-data:t
|
||
|
sgml-parent-document:("glib.sgml" "book" "sect1" "")
|
||
|
sgml-exposed-tags:nil
|
||
|
sgml-local-catalogs:nil
|
||
|
sgml-local-ecat-files:nil
|
||
|
End:
|
||
|
-->
|