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