mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
24273ca743
Wed Nov 11 18:11:24 EST 1998 Gregory McLean <gregm@comstar.net> * docs/*.sgml : Batch of new documentation that should be easier to maintain and extend. Plus generate whatever sort of doc file you would like. I didn't change the Makefile stuff as I'm not sure what default doc type people want. Oh and this is all DocBook format. Enjoy!
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:
|
|
--> |