summaryrefslogtreecommitdiff
path: root/docs/reference/tumbler/tumbler-docs.xml
blob: f38cd8a861224db96d4075ba6e6de4d95f50608f (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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<?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'">
]>

<book id="index" lang="en">
  <bookinfo>
    <title>tumbler Reference Manual</title>
    <releaseinfo>Version <xi:include href="version.xml" parse="text"/></releaseinfo>
    <copyright>
      <year>2009</year>
      <holder>Jannis Pohlmann</holder>
    </copyright>
    <legalnotice id="legalnotice">
      <para>
        Permission is granted to copy, distribute and/or modify this document
        under the terms of the GNU Free Documentation License, Version 1.1 or
        any later version published by the Free Software Foundation; with no
        Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
        Texts. The complete license text is available from the <ulink
        type="http" url="http://www.gnu.org/">Free Software Foundation</ulink>.
      </para>
    </legalnotice>
    <authorgroup>
      <author>
        <firstname>Jannis</firstname>
        <surname>Pohlmann</surname>
        <affiliation>
          <address><email>jannis@xfce.org</email></address>
        </affiliation>
      </author>
    </authorgroup>
  </bookinfo>

  <part>
    <title>Overview</title>
    <para>
      The <application>tumbler</application> library depends on the following libraries:
      <variablelist>
        <varlistentry>
          <term>D-Bus</term>
          <listitem>
            <para>
              TODO
            </para>
          </listitem>
        </varlistentry>
        <varlistentry>
          <term>D-Bus GLib Bindings</term>
          <listitem>
            <para>
              TODO
            </para>
          </listitem>
        </varlistentry>
        <varlistentry>
          <term>GLib</term>
          <listitem>
            <para>
              A general-purpose utility library, not specific to graphical user interfaces.
              GLib provides many useful data types, macros, type conversions,
              string utilities, file utilities, a main loop abstraction, and so on.
            </para>
          </listitem>
        </varlistentry>
      </variablelist>
    </para>
  </part>

  <part id="miscellaneous">
    <title>Miscellaneous</title>
    <xi:include href="xml/tumbler-error.xml"/>
    <xi:include href="xml/tumbler-enum-types.xml"/>
    <xi:include href="xml/tumbler-config.xml"/>
  </part>

  <part id="thumbnails">
    <title>Querying and Generating Thumbnails</title>
    <xi:include href="xml/tumbler-file-info.xml"/>
    <xi:include href="xml/tumbler-thumbnail.xml"/>
    <xi:include href="xml/tumbler-cache.xml"/>
  </part>

  <part id="extension-api">
    <title>Extension API</title>
    <xi:include href="xml/tumbler-provider-factory.xml"/>
    <xi:include href="xml/tumbler-provider-plugin.xml"/>
    <xi:include href="xml/tumbler-abstract-thumbnailer.xml"/>
    <xi:include href="xml/tumbler-thumbnailer-provider.xml"/>
  </part>

  <part id="extension-tutorial">
    <title>Tutorial: Extending Tumbler</title>
  </part>

  <part id="object-tree">
    <title>Object Hierarchy</title>
    <xi:include href="xml/tree_index.sgml"/>
  </part>

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

  <xi:include href="xml/annotation-glossary.xml">
    <xi:fallback />
  </xi:include>
</book>