1<?xml version="1.0"?>
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
4[
5  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
6  <!ENTITY version SYSTEM "version.xml">
7]>
8<book id="index">
9  <bookinfo>
10    <title>GtkSpell Reference Manual</title>
11    <releaseinfo>
12      for GtkSpell &version;
13      <!--The latest version of this documentation can be found on-line at
14      <ulink role="online-location" url="http://[SERVER]/gtkspell/index.html">http://[SERVER]/gtkspell/</ulink>.-->
15    </releaseinfo>
16  </bookinfo>
17
18  <xi:include href="tutorial.sgml"/>
19  <chapter>
20    <title>Function Reference</title>
21        <xi:include href="xml/gtkspell.xml"/>
22  </chapter>
23  <chapter id="object-tree">
24    <title>Object Hierarchy</title>
25     <xi:include href="xml/tree_index.sgml"/>
26  </chapter>
27  <index id="api-index-full">
28    <title>API Index</title>
29    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
30  </index>
31  <index id="deprecated-api-index" role="deprecated">
32    <title>Index of deprecated API</title>
33    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
34  </index>
35
36  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
37</book>
38