summaryrefslogtreecommitdiff
path: root/doc/reference/meta-docs.sgml
blob: 5d8d0335b3c180ed9df9150245bad3d91459152d (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
<?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">
  <bookinfo>
    <title>meta Reference Manual</title>
    <releaseinfo>
      for meta [VERSION].
      The latest version of this documentation can be found on-line at
      <ulink role="online-location" url="http://[SERVER]/meta/index.html">http://[SERVER]/meta/</ulink>.
    </releaseinfo>
  </bookinfo>

  <chapter>
    <title>[Insert title here]</title>
        <xi:include href="xml/barrier.xml"/>
    <xi:include href="xml/boxes.xml"/>
    <xi:include href="xml/common.xml"/>
    <xi:include href="xml/compositor.xml"/>
    <xi:include href="xml/compositor-mutter.xml"/>
    <xi:include href="xml/display.xml"/>
    <xi:include href="xml/errors.xml"/>
    <xi:include href="xml/gradient.xml"/>
    <xi:include href="xml/group.xml"/>
    <xi:include href="xml/keybindings.xml"/>
    <xi:include href="xml/main.xml"/>
    <xi:include href="xml/meta-background-actor.xml"/>
    <xi:include href="xml/meta-plugin.xml"/>
    <xi:include href="xml/meta-shadow-factory.xml"/>
    <xi:include href="xml/meta-shaped-texture.xml"/>
    <xi:include href="xml/meta-window-actor.xml"/>
    <xi:include href="xml/prefs.xml"/>
    <xi:include href="xml/preview-widget.xml"/>
    <xi:include href="xml/screen.xml"/>
    <xi:include href="xml/theme.xml"/>
    <xi:include href="xml/util.xml"/>
    <xi:include href="xml/window.xml"/>
    <xi:include href="xml/workspace.xml"/>

  </chapter>
  <chapter id="object-tree">
    <title>Object Hierarchy</title>
     <xi:include href="xml/tree_index.sgml"/>
  </chapter>
  <index id="api-index-full">
    <title>API Index</title>
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
  </index>
  <index id="deprecated-api-index" role="deprecated">
    <title>Index of deprecated API</title>
    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
  </index>

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