]> Pileus Git - ~andy/gtk/blob - docs/reference/gdk-pixbuf/gdk-pixbuf.sgml
Add rule to regenerate man pages from Docbook. (man_MANS): Add
[~andy/gtk] / docs / reference / gdk-pixbuf / gdk-pixbuf.sgml
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 gdk-pixbuf-gdk-pixbuf SYSTEM "xml/gdk-pixbuf.xml">
5 <!ENTITY gdk-pixbuf-refcounting SYSTEM "xml/refcounting.xml">
6 <!ENTITY gdk-pixbuf-file-loading SYSTEM "xml/file-loading.xml">
7 <!ENTITY gdk-pixbuf-file-saving SYSTEM "xml/file-saving.xml">
8 <!ENTITY gdk-pixbuf-creating SYSTEM "xml/creating.xml">
9 <!ENTITY gdk-pixbuf-inline SYSTEM "xml/inline.xml">
10 <!ENTITY gdk-pixbuf-scaling SYSTEM "xml/scaling.xml">
11 <!ENTITY gdk-pixbuf-rendering SYSTEM "gdk-pixbuf-rendering.sgml">
12 <!ENTITY gdk-pixbuf-from-drawables SYSTEM "gdk-pixbuf-from-drawables.sgml">
13 <!ENTITY gdk-pixbuf-util SYSTEM "xml/util.xml">
14 <!ENTITY gdk-pixbuf-animation SYSTEM "xml/animation.xml">
15 <!ENTITY GdkPixbufLoader SYSTEM "xml/gdk-pixbuf-loader.xml">
16 <!ENTITY module-interface SYSTEM "xml/module_interface.xml">
17 <!ENTITY initialization-versions SYSTEM "xml/initialization_versions.xml">
18 <!ENTITY gdk-pixbuf-gdk-pixbuf-xlib-init SYSTEM "xml/gdk-pixbuf-xlib-init.xml">
19 <!ENTITY gdk-pixbuf-gdk-pixbuf-xlib-rendering SYSTEM "xml/gdk-pixbuf-xlib-rendering.xml">
20 <!ENTITY gdk-pixbuf-gdk-pixbuf-xlib-from-drawables SYSTEM "xml/gdk-pixbuf-xlib-from-drawables.xml">
21 <!ENTITY gdk-pixbuf-gdk-pixbuf-xlib-rgb SYSTEM "xml/gdk-pixbuf-xlib-rgb.xml">
22
23 <!ENTITY Porting-From-Imlib SYSTEM "porting-from-imlib.sgml">
24
25 <!ENTITY gdk-pixbuf "<application>gdk-pixbuf</application>">
26 <!ENTITY Imlib "<application>Imlib</application>">
27 <!ENTITY version SYSTEM "version.xml">
28 <!ENTITY gdk-pixbuf-csource SYSTEM "gdk-pixbuf-csource.xml">
29 <!ENTITY gdk-pixbuf-query-loaders SYSTEM "gdk-pixbuf-query-loaders.xml">
30 ]>
31
32 <book id="index">
33   <bookinfo>
34     <title>The &gdk-pixbuf; Library</title>
35     <releaseinfo>Version &version;</releaseinfo>
36     <authorgroup>
37       <author>
38         <firstname>Federico</firstname>
39         <surname>Mena Quintero</surname>
40         <affiliation>
41           <address>
42             <email>federico@gimp.org</email>
43           </address>
44         </affiliation>
45       </author>
46     </authorgroup>
47
48     <copyright>
49       <year>2000</year>
50       <holder>The Free Software Foundation</holder>
51     </copyright>
52
53     <legalnotice>
54       <para>
55         Permission is granted to copy, distribute and/or modify this
56         document under the terms of the <citetitle>GNU Free
57         Documentation License</citetitle>, Version 1.1 or any later
58         version published by the Free Software Foundation with no
59         Invariant Sections, no Front-Cover Texts, and no Back-Cover
60         Texts. You may obtain a copy of the <citetitle>GNU Free
61         Documentation License</citetitle> from the Free Software
62         Foundation by visiting <ulink type="http"
63         url="http://www.fsf.org">their Web site</ulink> or by writing
64         to:
65
66         <address>
67           The Free Software Foundation, Inc.,
68           <street>59 Temple Place</street> - Suite 330,
69           <city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>,
70           <country>USA</country>
71         </address>
72       </para>
73
74       <para>
75         Many of the names used by companies to distinguish their
76         products and services are claimed as trademarks. Where those
77         names appear in any GNOME documentation, and those trademarks
78         are made aware to the members of the GNOME Documentation
79         Project, the names have been printed in caps or initial caps.
80       </para>
81     </legalnotice>
82   </bookinfo>
83
84   <reference>
85     <title>API Reference</title>
86
87     <partintro>
88       <para>
89         This part presents the class and function reference for the
90         &gdk-pixbuf; library.  Classes are described together with
91         their methods; individual functions are grouped by functional
92         group.
93       </para>
94     </partintro>
95
96     &initialization-versions;
97
98     &gdk-pixbuf-gdk-pixbuf;
99     &gdk-pixbuf-refcounting;
100     &gdk-pixbuf-file-loading;
101     &gdk-pixbuf-file-saving;
102     &gdk-pixbuf-creating;
103     &gdk-pixbuf-inline;
104     &gdk-pixbuf-scaling;
105     &gdk-pixbuf-rendering;
106     &gdk-pixbuf-from-drawables;
107     &gdk-pixbuf-util;
108     &gdk-pixbuf-animation;
109
110     &GdkPixbufLoader;
111     &module-interface;
112
113     &gdk-pixbuf-gdk-pixbuf-xlib-init;
114     &gdk-pixbuf-gdk-pixbuf-xlib-rendering;
115     &gdk-pixbuf-gdk-pixbuf-xlib-from-drawables;
116     &gdk-pixbuf-gdk-pixbuf-xlib-rgb;
117   </reference>
118
119   <reference>
120     <title>Tools Reference</title>
121
122     <partintro>
123       <para>
124         This part presents the tools which are shipped with the
125         &gdk-pixbuf; library.  
126       </para>
127     </partintro>
128
129     &gdk-pixbuf-csource;
130     &gdk-pixbuf-query-loaders;
131   </reference>
132
133   <index/>
134
135   &Porting-From-Imlib;
136
137   <!-- License -->
138
139   <appendix id="license">
140     <title>License</title>
141         
142     <para>
143       This library is free software; you can redistribute it and/or
144       modify it under the terms of the <citetitle>GNU Library General
145       Public License</citetitle> as published by the Free Software
146       Foundation; either version 2 of the License, or (at your option)
147       any later version.
148     </para>
149
150     <para>
151       This library is distributed in the hope that it will be useful,
152       but WITHOUT ANY WARRANTY; without even the implied warranty of
153       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
154       <citetitle>GNU Library General Public License</citetitle> for
155       more details.
156     </para>
157
158     <para>
159       You may obtain a copy of the <citetitle>GNU Library General
160       Public License</citetitle> from the Free Software Foundation by
161       visiting <ulink type="http" url="http://www.fsf.org">their Web
162       site</ulink> or by writing to:
163
164       <address>
165         Free Software Foundation, Inc.
166         <street>59 Temple Place</street> - Suite 330
167         <city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>
168         <country>USA</country>
169       </address>
170     </para>
171   </appendix>
172 </book>