Added indexing tags and a test suite note to GLib2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3679 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2005-04-05 23:37:37 +00:00
parent 0697dc1f36
commit 3b90030020

View File

@ -19,6 +19,8 @@
</sect1info>
<?dbhtml filename="glib2.html"?>
<title>GLib-&glib2-version;</title>
<indexterm zone="glib2">
<primary sortas="a-GLib2">GLib2</primary></indexterm>
<sect2>
<title>Introduction to <application>GLib</application></title>
@ -61,8 +63,13 @@ url="&glib2-download-ftp;"/></para></listitem>
commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
make</command></userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
<para>Now, as the root user:</para>
<screen><userinput role="root"><command>make install</command></userinput></screen>
</sect2>
@ -78,40 +85,68 @@ the <acronym>API</acronym> documentation during the
<sect2>
<title>Contents</title>
<para>The <application>glib</application> package contains
<command>glib-genmarshal</command>,
<command>glib-gettextize</command>,
<command>glib-mkenums</command>,
<command>gobject-query</command>,
<filename class="libraryfile">libglib-2.0</filename>,
<filename class="libraryfile">libgobject-2.0</filename>,
<filename class="libraryfile">libgmodule-2.0</filename> and
<filename class="libraryfile">libgthread-2.0</filename>
libraries.</para>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>glib-genmarshal, glib-gettextize, glib-mkenums and
gobject-query</seg>
<seg>libglib-2.0.so, libgobject-2.0.so, libgmodule-2.0.so and
libgthread-2.0</seg>
<seg>/usr/include/glib-2.0, /usr/lib/glib-2.0 and
/usr/share/glib-2.0</seg>
</seglistitem>
</segmentedlist>
</sect2>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<sect2><title>Description</title>
<varlistentry id="glib-genmarshal">
<term><command>glib-genmarshal</command></term>
<listitem><para>is a C code marshaller generation utility for GLib
closures.</para>
<indexterm zone="glib2 glib-genmarshal">
<primary sortas="b-glib-genmarshal"></primary></indexterm>
</listitem>
</varlistentry>
<sect3><title>glib-genmarshal</title>
<para><command>glib-genmarshal</command> is a C code marshaller generation
utility for GLib closures.</para></sect3>
<varlistentry id="glib-gettextize">
<term><command>glib-gettextize</command></term>
<listitem><para>is a variant of the <application>gettext</application>
internationalization utility.</para>
<indexterm zone="glib2 glib-gettextize">
<primary sortas="b-glib-gettextize"></primary></indexterm>
</listitem>
</varlistentry>
<sect3><title>glib-gettextize</title>
<para><command>glib-gettextize</command> is a variant of the
<application>gettext</application> internationalization utility.</para></sect3>
<varlistentry id="glib-mkenums">
<term><command>glib-mkenums</command></term>
<listitem><para>is a C language enum description generation utility.</para>
<indexterm zone="glib2 glib-mkenums">
<primary sortas="b-glib-mkenums"></primary></indexterm>
</listitem>
</varlistentry>
<sect3><title>glib-mkenums</title>
<para><command>glib-mkenums</command> is a C language enum description
generation utility.</para></sect3>
<varlistentry id="gobject-query">
<term><command>gobject-query</command></term>
<listitem><para>is a small utility that draws a tree of types.</para>
<indexterm zone="glib2 gobject-query">
<primary sortas="b-gobject-query"></primary></indexterm>
</listitem>
</varlistentry>
<sect3><title>gobject-query</title>
<para><command>gobject-query</command> is a small utility that draws a tree
of types.</para></sect3>
<varlistentry id="GLib-libraries">
<term>GLib libraries</term>
<listitem><para>contain a low-level core library for the
<application><acronym>GIMP</acronym></application> Toolkit.</para>
<indexterm zone="glib2 GLib-libraries">
<primary sortas="b-GLib-libraries"></primary></indexterm>
</listitem>
</varlistentry>
<sect3><title>GLib libraries</title>
<para>GLib libraries contain a low-level core library for the
<application><acronym>GIMP</acronym></application> Toolkit.</para></sect3>
</variablelist>
</sect2>