mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
22 lines
910 B
XML
22 lines
910 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
|
|
<!ENTITY version SYSTEM "version.xml">
|
|
]>
|
|
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
|
|
<bookinfo>
|
|
<title>GAIL Reference Manual</title>
|
|
<releaseinfo>
|
|
Version &version;
|
|
The latest version of this documentation can be found on-line at
|
|
<ulink role="online-location" url="http://library.gnome.org/devel/gail-libgail-util/unstable/">http://library.gnome.org/devel/gail-libgail-util/unstable/</ulink>.
|
|
</releaseinfo>
|
|
</bookinfo>
|
|
<chapter id="libgail-util-main">
|
|
<title>GAIL libgail-util Library</title>
|
|
<xi:include href="xml/gailtextutil.xml" />
|
|
<xi:include href="xml/gailmisc.xml" />
|
|
</chapter>
|
|
</book>
|