Add dependencies
[clutter-gtk] / doc / reference / clutter-gtk-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 SYSTEM "version.xml">
5 ]>
6
7 <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
8   <bookinfo>
9     <title>Clutter-Gtk &version; Reference Manual</title>
10     <releaseinfo>Version &version;</releaseinfo>
11
12     <copyright>
13       <year>2006, 2007, 2008, 2009</year>
14       <holder>Intel Corporation</holder>
15     </copyright>
16
17     <legalnotice>
18       <para>
19         Permission is granted to copy, distribute and/or modify this
20         document under the terms of the <citetitle>GNU Free
21         Documentation License</citetitle>, Version 1.1 or any later
22         version published by the Free Software Foundation with no
23         Invariant Sections, no Front-Cover Texts, and no Back-Cover
24         Texts. You may obtain a copy of the <citetitle>GNU Free
25         Documentation License</citetitle> from the Free Software
26         Foundation by visiting <ulink type="http"
27         url="http://www.fsf.org">their Web site</ulink> or by writing
28         to:
29
30         <address>
31           The Free Software Foundation, Inc.,
32           <street>59 Temple Place</street> - Suite 330,
33           <city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>,
34           <country>USA</country>
35         </address>
36       </para>
37     </legalnotice>
38   </bookinfo>
39
40   <chapter>
41     <title>Clutter-Gtk Overview</title>
42     
43     <para>Clutter-Gtk is an integration library for the Clutter toolkit
44     providing access and integration for the GTK+ library.</para>
45
46     <para>Clutter-Gtk allows embedding a Clutter scene graph into a
47     GTK+ application; retrieving themeing information; integrate GTK+
48     data structures and object classes with Clutter actors.</para>
49     
50   </chapter>
51
52   <chapter>
53     <title>Clutter-Gtk Widgets</title>
54
55     <xi:include href="xml/gtk-clutter-embed.xml"/>
56   </chapter>
57
58   <chapter>
59     <title>Clutter-Gtk Actors</title>
60
61     <xi:include href="xml/gtk-clutter-scrollable.xml"/>
62     <xi:include href="xml/gtk-clutter-zoomable.xml"/>
63     <xi:include href="xml/gtk-clutter-viewport.xml"/>
64   </chapter>
65
66   <chapter>
67     <title>Miscellaneous</title>
68
69     <xi:include href="xml/gtk-clutter-util.xml"/>
70   </chapter>
71
72   <index>
73     <title>Index</title>
74   </index>
75
76   <index role="0.10">
77     <title>Index of new symbols in 0.10</title>
78   </index>
79
80   <index role="0.8">
81     <title>Index of new symbols in 0.8</title>
82   </index>
83
84   <index role="0.6">
85     <title>Index of new symbols in 0.6</title>
86   </index>
87
88   <index role="0.4">
89     <title>Index of new symbols in 0.4</title>
90   </index>
91
92   <index role="0.2">
93     <title>Index of new symbols in 0.2</title>
94   </index>
95
96   <appendix id="license">
97     <title>License</title>
98
99     <para>
100       This library is free software; you can redistribute it and/or
101       modify it under the terms of the <citetitle>GNU Library General
102       Public License</citetitle> as published by the Free Software
103       Foundation; either version 2 of the License, or (at your option)
104       any later version.
105     </para>
106
107     <para>
108       This library is distributed in the hope that it will be useful,
109       but WITHOUT ANY WARRANTY; without even the implied warranty of
110       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
111       <citetitle>GNU Library General Public License</citetitle> for
112       more details.
113     </para>
114
115     <para>
116       You may obtain a copy of the <citetitle>GNU Library General
117       Public License</citetitle> from the Free Software Foundation by
118       visiting <ulink type="http" url="http://www.fsf.org">their Web
119       site</ulink> or by writing to:
120
121       <address>
122         Free Software Foundation, Inc.
123         <street>59 Temple Place</street> - Suite 330
124         <city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>
125         <country>USA</country>
126       </address>
127     </para>
128   </appendix>
129
130 </book>