update to 1.10.4
[profile/ivi/clutter.git] / doc / reference / cally / cally-docs.xml
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 "1.10.4">
5 ]>
6
7 <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
8   <bookinfo>
9     <title>Cally Reference Manual</title>
10     <releaseinfo>for Clutter &version;</releaseinfo>
11
12     <copyright>
13       <year>2008</year>
14       <year>2009</year>
15       <year>2010</year>
16       <holder>Igalia S.L.</holder>
17     </copyright>
18
19     <legalnotice>
20       <para>
21         Permission is granted to copy, distribute and/or modify this
22         document under the terms of the <citetitle>GNU Free
23         Documentation License</citetitle>, Version 1.1 or any later
24         version published by the Free Software Foundation with no
25         Invariant Sections, no Front-Cover Texts, and no Back-Cover
26         Texts. You may obtain a copy of the <citetitle>GNU Free
27         Documentation License</citetitle> from the Free Software
28         Foundation by visiting <ulink type="http"
29         url="http://www.fsf.org">their Web site</ulink> or by writing
30         to:
31
32         <address>
33           The Free Software Foundation, Inc.,
34           <street>59 Temple Place</street> - Suite 330,
35           <city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>,
36           <country>USA</country>
37         </address>
38       </para>
39     </legalnotice>
40   </bookinfo>
41
42   <xi:include href="xml/cally-overview.xml"/>
43
44   <part id="callybase">
45     <title>Cally Reference</title>
46
47     <chapter>
48       <title>Base Classes</title>
49
50       <xi:include href="xml/cally-actor.xml"/>
51       <xi:include href="xml/cally-group.xml"/>
52       <xi:include href="xml/cally-stage.xml"/>
53       <xi:include href="xml/cally-texture.xml"/>
54       <xi:include href="xml/cally-rectangle.xml"/>
55       <xi:include href="xml/cally-text.xml"/>
56       <xi:include href="xml/cally-clone.xml"/>
57     </chapter>
58
59     <chapter>
60       <title>Utility API</title>
61
62       <xi:include href="xml/cally.xml"/>
63       <xi:include href="xml/cally-util.xml"/>
64       <xi:include href="xml/cally-root.xml"/>
65
66     </chapter>
67
68   </part>
69
70   <part id="callyobjects">
71     <title>Cally Actors and Objects</title>
72
73     <chapter id="callyobjecthierarchy">
74       <title>Object Hierarchy</title>
75
76       <xi:include href="xml/tree_index.sgml"><xi:fallback /></xi:include>
77     </chapter>
78
79     <chapter id="callyobjectindex">
80       <title>Object Index</title>
81
82       <xi:include href="xml/object_index.sgml"><xi:fallback /></xi:include>
83     </chapter>
84
85     <chapter id="callyannotationglossary">
86       <title>Annotations Glossary</title>
87       <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
88     </chapter>
89   </part>
90
91   <index>
92     <title>Index of all symbols</title>
93     <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
94   </index>
95
96   <index role="deprecated">
97     <title>Index of deprecated symbols</title>
98     <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
99   </index>
100
101   <index role="1.4">
102     <title>Index of new symbols in 1.4</title>
103     <xi:include href="xml/api-index-1.4.xml"><xi:fallback /></xi:include>
104   </index>
105
106   <index role="1.6">
107     <title>Index of new symbols in 1.6</title>
108     <xi:include href="xml/api-index-1.6.xml"><xi:fallback /></xi:include>
109   </index>
110
111   <appendix id="license">
112     <title>License</title>
113
114     <para>
115       This library is free software; you can redistribute it and/or
116       modify it under the terms of the <citetitle>GNU Library General
117       Public License</citetitle> as published by the Free Software
118       Foundation; either version 2 of the License, or (at your option)
119       any later version.
120     </para>
121
122     <para>
123       This library is distributed in the hope that it will be useful,
124       but WITHOUT ANY WARRANTY; without even the implied warranty of
125       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
126       <citetitle>GNU Library General Public License</citetitle> for
127       more details.
128     </para>
129
130     <para>
131       You may obtain a copy of the <citetitle>GNU Library General
132       Public License</citetitle> from the Free Software Foundation by
133       visiting <ulink type="http" url="http://www.fsf.org">their Web
134       site</ulink> or by writing to:
135
136       <address>
137         Free Software Foundation, Inc.
138         <street>59 Temple Place</street> - Suite 330
139         <city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>
140         <country>USA</country>
141       </address>
142     </para>
143   </appendix>
144
145 </book>