glfs/general/genlib/glib/glib-intro.xml
Larry Lawrence 9de108c0e3 update gnome xrefs
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@160 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-08-27 13:55:09 +00:00

17 lines
607 B
XML

<sect2>
<title>Introduction to GLib</title>
<screen>Download location (HTTP): <ulink url="&GLib-download-http;"/>
Download location (FTP): <ulink url="&GLib-download-ftp;"/>
Version used: &GLib-version;
Package size: &GLib-size;
Estimated Disk space required: &GLib-buildsize;</screen>
<para>The glib package contains a low-level core library. This is useful
for providing data structure handling for C, portability wrappers and
interfaces for such runtime functionality as an event loop, threads,
dynamic loading, and an object system.</para>
</sect2>