1<?xml version="1.0"?>
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
4<!ENTITY version SYSTEM "version.xml">
5]>
6<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
7  <bookinfo>
8    <title>Eye of GNOME Reference Manual</title>
9    <releaseinfo>
10      for Eye of GNOME &version;
11    </releaseinfo>
12  </bookinfo>
13
14  <reference>
15    <title>API Reference</title>
16    <chapter>
17      <title>User Interface</title>
18      <xi:include href="xml/eog-properties-dialog.xml"/>
19      <xi:include href="xml/eog-list-store.xml"/>
20      <xi:include href="xml/eog-file-chooser.xml"/>
21      <xi:include href="xml/eog-thumb-nav.xml"/>
22      <xi:include href="xml/eog-thumb-view.xml"/>
23      <xi:include href="xml/eog-scroll-view.xml"/>
24      <xi:include href="xml/eog-window.xml"/>
25      <xi:include href="xml/eog-window-activatable.xml"/>
26      <xi:include href="xml/eog-statusbar.xml"/>
27      <xi:include href="xml/eog-sidebar.xml"/>
28      <xi:include href="xml/eog-thumbnail.xml"/>
29      <xi:include href="xml/eog-save-as-dialog-helper.xml"/>
30      <xi:include href="xml/eog-error-message-area.xml"/>
31    </chapter>
32
33    <chapter>
34      <title>Image data and manipulation</title>
35      <xi:include href="xml/eog-image.xml"/>
36      <xi:include href="xml/eog-image-save-info.xml"/>
37      <xi:include href="xml/eog-transform.xml"/>
38      <xi:include href="xml/eog-clipboard-handler.xml"/>
39    </chapter>
40
41    <chapter>
42      <title>Printing</title>
43      <xi:include href="xml/eog-print.xml"/>
44    </chapter>
45
46    <chapter>
47      <title>Application and configuration</title>
48      <xi:include href="xml/eog-application.xml"/>
49      <xi:include href="xml/eog-session.xml"/>
50      <xi:include href="xml/eog-config-keys.xml"/>
51    </chapter>
52
53    <!--<chapter>
54      <title>Plugins</title>
55      <xi:include href="xml/eog-plugin-engine.xml"/>
56    </chapter>-->
57
58    <chapter>
59      <title>Utilities</title>
60      <xi:include href="xml/eog-debug.xml"/>
61      <xi:include href="xml/eog-uri-converter.xml"/>
62      <xi:include href="xml/eog-util.xml"/>
63      @EOG_DOC_EXIF_START@
64      <xi:include href="xml/eog-exif-util.xml"/>
65      @EOG_DOC_EXIF_STOP@
66      <xi:include href="xml/eog-pixbuf-util.xml"/>
67      <xi:include href="xml/zoom.xml"/>
68    </chapter>
69
70    <chapter>
71      <title>Asynchronous jobs</title>
72      <xi:include href="xml/eog-jobs.xml"/>
73      <xi:include href="xml/eog-job-scheduler.xml"/>
74    </chapter>
75  </reference>
76
77  <part>
78    <title>Appendix</title>
79    <index id="api-index">
80      <title>API Index</title>
81      <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
82    </index>
83    <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
84  </part>
85</book>
86