2002-05-28 22:23:55 +00:00
|
|
|
<?xml version="1.0"?>
|
2008-09-06 09:47:18 +00:00
|
|
|
<!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'">
|
|
|
|
<!ENTITY version SYSTEM "version.xml">
|
2000-10-09 17:22:20 +00:00
|
|
|
|
2002-05-28 22:23:55 +00:00
|
|
|
<!ENTITY gdk-pixbuf "<application>gdk-pixbuf</application>">
|
|
|
|
<!ENTITY Imlib "<application>Imlib</application>">
|
1999-11-04 07:30:04 +00:00
|
|
|
]>
|
2008-09-06 09:47:18 +00:00
|
|
|
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
|
1999-11-04 07:30:04 +00:00
|
|
|
<bookinfo>
|
2009-02-06 08:16:22 +00:00
|
|
|
<title>GDK-PixBuf Reference Manual</title>
|
|
|
|
<releaseinfo>
|
|
|
|
Version &version;
|
|
|
|
The latest version of this documentation can be found on-line at
|
|
|
|
<ulink role="online-location" url="http://library.gnome.org/devel/gdk-pixbuf/unstable/">http://library.gnome.org/devel/gdk-pixbuf/unstable/</ulink>.
|
|
|
|
</releaseinfo>
|
1999-11-04 07:30:04 +00:00
|
|
|
<authorgroup>
|
|
|
|
<author>
|
|
|
|
<firstname>Federico</firstname>
|
|
|
|
<surname>Mena Quintero</surname>
|
|
|
|
<affiliation>
|
|
|
|
<address>
|
|
|
|
<email>federico@gimp.org</email>
|
|
|
|
</address>
|
|
|
|
</affiliation>
|
|
|
|
</author>
|
|
|
|
</authorgroup>
|
|
|
|
|
|
|
|
<copyright>
|
2000-10-09 17:22:20 +00:00
|
|
|
<year>2000</year>
|
1999-11-04 07:30:04 +00:00
|
|
|
<holder>The Free Software Foundation</holder>
|
|
|
|
</copyright>
|
2000-10-09 17:22:20 +00:00
|
|
|
|
|
|
|
<legalnotice>
|
|
|
|
<para>
|
|
|
|
Permission is granted to copy, distribute and/or modify this
|
|
|
|
document under the terms of the <citetitle>GNU Free
|
|
|
|
Documentation License</citetitle>, Version 1.1 or any later
|
|
|
|
version published by the Free Software Foundation with no
|
|
|
|
Invariant Sections, no Front-Cover Texts, and no Back-Cover
|
|
|
|
Texts. You may obtain a copy of the <citetitle>GNU Free
|
|
|
|
Documentation License</citetitle> from the Free Software
|
|
|
|
Foundation by visiting <ulink type="http"
|
|
|
|
url="http://www.fsf.org">their Web site</ulink> or by writing
|
|
|
|
to:
|
|
|
|
|
|
|
|
<address>
|
|
|
|
The Free Software Foundation, Inc.,
|
|
|
|
<street>59 Temple Place</street> - Suite 330,
|
|
|
|
<city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>,
|
|
|
|
<country>USA</country>
|
|
|
|
</address>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Many of the names used by companies to distinguish their
|
|
|
|
products and services are claimed as trademarks. Where those
|
|
|
|
names appear in any GNOME documentation, and those trademarks
|
|
|
|
are made aware to the members of the GNOME Documentation
|
|
|
|
Project, the names have been printed in caps or initial caps.
|
|
|
|
</para>
|
|
|
|
</legalnotice>
|
1999-11-04 07:30:04 +00:00
|
|
|
</bookinfo>
|
|
|
|
|
2000-10-09 17:22:20 +00:00
|
|
|
<reference>
|
1999-11-04 07:30:04 +00:00
|
|
|
<title>API Reference</title>
|
|
|
|
|
|
|
|
<partintro>
|
|
|
|
<para>
|
|
|
|
This part presents the class and function reference for the
|
2000-10-09 17:22:20 +00:00
|
|
|
&gdk-pixbuf; library. Classes are described together with
|
|
|
|
their methods; individual functions are grouped by functional
|
|
|
|
group.
|
1999-11-04 07:30:04 +00:00
|
|
|
</para>
|
|
|
|
</partintro>
|
|
|
|
|
2008-09-06 09:47:18 +00:00
|
|
|
<xi:include href="xml/initialization_versions.xml" />
|
|
|
|
|
|
|
|
<xi:include href="xml/gdk-pixbuf.xml" />
|
|
|
|
<xi:include href="xml/refcounting.xml" />
|
|
|
|
<xi:include href="xml/file-loading.xml" />
|
|
|
|
<xi:include href="xml/file-saving.xml" />
|
|
|
|
<xi:include href="xml/creating.xml" />
|
|
|
|
<xi:include href="xml/inline.xml" />
|
|
|
|
<xi:include href="xml/scaling.xml" />
|
|
|
|
<xi:include href="gdk-pixbuf-rendering.sgml" />
|
|
|
|
<xi:include href="gdk-pixbuf-from-drawables.sgml" />
|
|
|
|
<xi:include href="xml/util.xml" />
|
|
|
|
<xi:include href="xml/animation.xml" />
|
|
|
|
|
|
|
|
<xi:include href="xml/gdk-pixbuf-loader.xml" />
|
|
|
|
<xi:include href="xml/module_interface.xml" />
|
|
|
|
|
|
|
|
<xi:include href="xml/gdk-pixbuf-xlib-init.xml" />
|
|
|
|
<xi:include href="xml/gdk-pixbuf-xlib-rendering.xml" />
|
|
|
|
<xi:include href="xml/gdk-pixbuf-xlib-from-drawables.xml" />
|
|
|
|
<xi:include href="xml/gdk-pixbuf-xlib-rgb.xml" />
|
2000-09-07 18:17:06 +00:00
|
|
|
</reference>
|
|
|
|
|
2003-06-17 00:37:28 +00:00
|
|
|
<reference>
|
|
|
|
<title>Tools Reference</title>
|
|
|
|
|
|
|
|
<partintro>
|
|
|
|
<para>
|
|
|
|
This part presents the tools which are shipped with the
|
|
|
|
&gdk-pixbuf; library.
|
|
|
|
</para>
|
|
|
|
</partintro>
|
|
|
|
|
2008-09-06 09:47:18 +00:00
|
|
|
<xi:include href="gdk-pixbuf-csource.xml" />
|
|
|
|
<xi:include href="gdk-pixbuf-query-loaders.xml" />
|
2003-06-17 00:37:28 +00:00
|
|
|
</reference>
|
|
|
|
|
2008-09-06 09:47:18 +00:00
|
|
|
<index id="api-index-full">
|
|
|
|
<title>Index of all symbols</title>
|
|
|
|
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
|
2004-05-05 17:36:29 +00:00
|
|
|
</index>
|
2008-09-06 09:47:18 +00:00
|
|
|
<index id="api-index-deprecated" role="deprecated">
|
2004-05-05 17:36:29 +00:00
|
|
|
<title>Index of deprecated symbols</title>
|
2008-09-06 09:47:18 +00:00
|
|
|
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
|
2004-05-05 17:36:29 +00:00
|
|
|
</index>
|
2008-09-06 09:47:18 +00:00
|
|
|
<index id="api-index-2-2" role="2.2">
|
2004-05-05 17:36:29 +00:00
|
|
|
<title>Index of new symbols in 2.2</title>
|
2008-09-06 09:47:18 +00:00
|
|
|
<xi:include href="xml/api-index-2.2.xml"><xi:fallback /></xi:include>
|
2004-05-05 17:36:29 +00:00
|
|
|
</index>
|
2008-09-06 09:47:18 +00:00
|
|
|
<index id="api-index-2-4" role="2.4">
|
2004-05-05 17:36:29 +00:00
|
|
|
<title>Index of new symbols in 2.4</title>
|
2008-09-06 09:47:18 +00:00
|
|
|
<xi:include href="xml/api-index-2.4.xml"><xi:fallback /></xi:include>
|
2009-02-06 08:16:22 +00:00
|
|
|
</index>
|
2008-09-06 09:47:18 +00:00
|
|
|
<index id="api-index-2-6" role="2.6">
|
2004-05-10 20:28:44 +00:00
|
|
|
<title>Index of new symbols in 2.6</title>
|
2008-09-06 09:47:18 +00:00
|
|
|
<xi:include href="xml/api-index-2.6.xml"><xi:fallback /></xi:include>
|
2009-02-06 08:16:22 +00:00
|
|
|
</index>
|
2008-09-06 09:47:18 +00:00
|
|
|
<index id="api-index-2-8" role="2.8">
|
2005-07-08 15:03:20 +00:00
|
|
|
<title>Index of new symbols in 2.8</title>
|
2008-09-06 09:47:18 +00:00
|
|
|
<xi:include href="xml/api-index-2.8.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
|
|
|
<index id="api-index-2-10" role="2.10">
|
|
|
|
<title>Index of new symbols in 2.10</title>
|
|
|
|
<xi:include href="xml/api-index-2.10.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
|
|
|
<index id="api-index-2-12" role="2.12">
|
|
|
|
<title>Index of new symbols in 2.12</title>
|
|
|
|
<xi:include href="xml/api-index-2.12.xml"><xi:fallback /></xi:include>
|
2009-02-06 08:16:22 +00:00
|
|
|
</index>
|
2008-09-06 09:47:18 +00:00
|
|
|
<index id="api-index-2-14" role="2.14">
|
2008-02-15 23:42:42 +00:00
|
|
|
<title>Index of new symbols in 2.14</title>
|
2008-09-06 09:47:18 +00:00
|
|
|
<xi:include href="xml/api-index-2.14.xml"><xi:fallback /></xi:include>
|
2009-02-06 08:16:22 +00:00
|
|
|
</index>
|
2003-06-16 23:19:37 +00:00
|
|
|
|
2008-09-06 09:47:18 +00:00
|
|
|
<xi:include href="porting-from-imlib.sgml" />
|
2000-09-07 18:17:06 +00:00
|
|
|
|
2000-10-09 17:22:20 +00:00
|
|
|
<!-- License -->
|
|
|
|
|
|
|
|
<appendix id="license">
|
|
|
|
<title>License</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
This library is free software; you can redistribute it and/or
|
|
|
|
modify it under the terms of the <citetitle>GNU Library General
|
|
|
|
Public License</citetitle> as published by the Free Software
|
|
|
|
Foundation; either version 2 of the License, or (at your option)
|
|
|
|
any later version.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
This library is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
<citetitle>GNU Library General Public License</citetitle> for
|
|
|
|
more details.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
You may obtain a copy of the <citetitle>GNU Library General
|
|
|
|
Public License</citetitle> from the Free Software Foundation by
|
|
|
|
visiting <ulink type="http" url="http://www.fsf.org">their Web
|
|
|
|
site</ulink> or by writing to:
|
|
|
|
|
|
|
|
<address>
|
|
|
|
Free Software Foundation, Inc.
|
|
|
|
<street>59 Temple Place</street> - Suite 330
|
|
|
|
<city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>
|
|
|
|
<country>USA</country>
|
|
|
|
</address>
|
|
|
|
</para>
|
|
|
|
</appendix>
|
1999-11-04 07:30:04 +00:00
|
|
|
</book>
|