summaryrefslogtreecommitdiff
path: root/doc/reference/eom-docs.sgml.in
blob: 06749a6fc01cb0d3d732b7053f86a7dffa4a4f41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY version SYSTEM "version.xml">
]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>Eye of MATE Reference Manual</title>
    <releaseinfo>
      for Eye of MATE &version;
    </releaseinfo>
  </bookinfo>
  <reference>
    <title>API Reference</title>
    <chapter>
    <title>User Interface</title>
      <xi:include href="xml/eom-properties-dialog.xml"/>
      <xi:include href="xml/eom-list-store.xml"/>
      <xi:include href="xml/eom-file-chooser.xml"/>
      <xi:include href="xml/eom-thumb-nav.xml"/>
      <xi:include href="xml/eom-thumb-view.xml"/>
      <xi:include href="xml/eom-scroll-view.xml"/>
      <xi:include href="xml/eom-window.xml"/>
      <xi:include href="xml/eom-statusbar.xml"/>
      @EOM_DOC_EXIF_START@
      <xi:include href="xml/eom-exif-details.xml"/>
      @EOM_DOC_EXIF_STOP@
      <xi:include href="xml/eom-dialog.xml"/>
      <xi:include href="xml/eom-sidebar.xml"/>
      <xi:include href="xml/eom-thumbnail.xml"/>
      <xi:include href="xml/eom-save-as-dialog-helper.xml"/>
      <xi:include href="xml/eom-error-message-area.xml"/>
    </chapter>

    <chapter>
      <title>Image data and manipulation</title>
      <xi:include href="xml/eom-image.xml"/>
      <xi:include href="xml/eom-image-save-info.xml"/>
      <xi:include href="xml/eom-transform.xml"/>
      <xi:include href="xml/eom-metadata-reader.xml"/>
      <xi:include href="xml/eom-metadata-reader-png.xml"/>
      <xi:include href="xml/eom-metadata-reader-jpg.xml"/>
      <xi:include href="xml/eom-clipboard-handler.xml"/>
    </chapter>

    <chapter>
      <title>Printing</title>
      <xi:include href="xml/eom-print-preview.xml"/>
      <xi:include href="xml/eom-print-image-setup.xml"/>
      <xi:include href="xml/eom-print.xml"/>
    </chapter>

    <chapter>
      <title>Application and configuration</title>
      <xi:include href="xml/eom-preferences-dialog.xml"/>
      <xi:include href="xml/eom-application.xml"/>
      <xi:include href="xml/eom-session.xml"/>
      <xi:include href="xml/eom-config-keys.xml"/>
    </chapter>

    <chapter>
      <title>Plugins</title>
      <xi:include href="xml/eom-plugin.xml"/>
      <xi:include href="xml/eom-plugin-manager.xml"/>
      <xi:include href="xml/eom-plugin-engine.xml"/>
    </chapter>

    <chapter>
      <title>Utilities</title>
      <xi:include href="xml/eom-debug.xml"/>
      <xi:include href="xml/eom-uri-converter.xml"/>
      <xi:include href="xml/eom-util.xml"/>
      @EOM_DOC_EXIF_START@
      <xi:include href="xml/eom-exif-util.xml"/>
      @EOM_DOC_EXIF_STOP@
      <xi:include href="xml/eom-pixbuf-util.xml"/>
      <xi:include href="xml/zoom.xml"/>
      <xi:include href="xml/uta.xml"/>
    </chapter>

    <chapter>
      <title>Asynchronous jobs</title>
      <xi:include href="xml/eom-jobs.xml"/>
      <xi:include href="xml/eom-job-queue.xml"/>
    </chapter>
  </reference>

  <part>
    <title>Appendix</title>
    <index id="api-index">
      <title>API Index</title>
      <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
    </index>
  </part>
</book>