Blame docs/reference/gdk-pixbuf/gdk-pixbuf.xml

Packit a4058c
Packit a4058c
Packit a4058c
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
Packit a4058c
Packit a4058c
Packit a4058c
]>
Packit a4058c
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
Packit a4058c
  <bookinfo>
Packit a4058c
    <title>GDK-PixBuf Reference Manual</title>
Packit a4058c
    <releaseinfo>
Packit a4058c
      Version &version;
Packit a4058c
      The latest version of this documentation can be found on-line at
Packit a4058c
      <ulink role="online-location" url="http://library.gnome.org/devel/gdk-pixbuf/unstable/">http://library.gnome.org/devel/gdk-pixbuf/unstable/</ulink>.
Packit a4058c
    </releaseinfo>
Packit a4058c
    <authorgroup>
Packit a4058c
      <author>
Packit a4058c
	<firstname>Federico</firstname>
Packit a4058c
	<surname>Mena Quintero</surname>
Packit a4058c
	<affiliation>
Packit a4058c
	  <address>
Packit a4058c
	    <email>federico@gimp.org</email>
Packit a4058c
	  </address>
Packit a4058c
	</affiliation>
Packit a4058c
      </author>
Packit a4058c
    </authorgroup>
Packit a4058c
Packit a4058c
    <copyright>
Packit a4058c
      <year>2000</year>
Packit a4058c
      <holder>The Free Software Foundation</holder>
Packit a4058c
    </copyright>
Packit a4058c
Packit a4058c
    <legalnotice>
Packit a4058c
      <para>
Packit a4058c
	Permission is granted to copy, distribute and/or modify this
Packit a4058c
	document under the terms of the <citetitle>GNU Free
Packit a4058c
	Documentation License</citetitle>, Version 1.1 or any later
Packit a4058c
	version published by the Free Software Foundation with no
Packit a4058c
	Invariant Sections, no Front-Cover Texts, and no Back-Cover
Packit a4058c
	Texts. You may obtain a copy of the <citetitle>GNU Free
Packit a4058c
	Documentation License</citetitle> from the Free Software
Packit a4058c
	Foundation by visiting 
Packit a4058c
	url="http://www.fsf.org">their Web site</ulink> or by writing
Packit a4058c
	to:
Packit a4058c
Packit a4058c
	<address>
Packit a4058c
	  The Free Software Foundation, Inc.,
Packit a4058c
	  <street>59 Temple Place</street> - Suite 330,
Packit a4058c
	  <city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>,
Packit a4058c
	  <country>USA</country>
Packit a4058c
	</address>
Packit a4058c
      </para>
Packit a4058c
Packit a4058c
      <para>
Packit a4058c
	Many of the names used by companies to distinguish their
Packit a4058c
	products and services are claimed as trademarks. Where those
Packit a4058c
	names appear in any GNOME documentation, and those trademarks
Packit a4058c
	are made aware to the members of the GNOME Documentation
Packit a4058c
	Project, the names have been printed in caps or initial caps.
Packit a4058c
      </para>
Packit a4058c
    </legalnotice>
Packit a4058c
  </bookinfo>
Packit a4058c
Packit a4058c
  <reference>
Packit a4058c
    <title>API Reference</title>
Packit a4058c
Packit a4058c
    <partintro>
Packit a4058c
      <para>
Packit a4058c
	This part presents the class and function reference for the
Packit a4058c
	gdk-pixbuf library.  Classes are described together with
Packit a4058c
	their methods; individual functions are grouped by functional
Packit a4058c
	group.
Packit a4058c
      </para>
Packit a4058c
    </partintro>
Packit a4058c
Packit a4058c
    <xi:include href="xml/initialization_versions.xml" />
Packit a4058c
Packit a4058c
    <xi:include href="xml/gdk-pixbuf.xml" />
Packit a4058c
    <xi:include href="xml/refcounting.xml" />
Packit a4058c
    <xi:include href="xml/file-loading.xml" />
Packit a4058c
    <xi:include href="xml/file-saving.xml" />
Packit a4058c
    <xi:include href="xml/creating.xml" />
Packit a4058c
    <xi:include href="xml/inline.xml" />
Packit a4058c
    <xi:include href="xml/scaling.xml" />
Packit a4058c
    <xi:include href="gdk-pixbuf-rendering.xml" />
Packit a4058c
    <xi:include href="gdk-pixbuf-from-drawables.xml" />
Packit a4058c
    <xi:include href="xml/util.xml" />
Packit a4058c
    <xi:include href="xml/animation.xml" />
Packit a4058c
Packit a4058c
    <xi:include href="xml/gdk-pixbuf-loader.xml" />
Packit a4058c
    <xi:include href="xml/module_interface.xml" />
Packit a4058c
Packit a4058c
    <xi:include href="xml/gdk-pixbuf-xlib-init.xml" />
Packit a4058c
    <xi:include href="xml/gdk-pixbuf-xlib-rendering.xml" />
Packit a4058c
    <xi:include href="xml/gdk-pixbuf-xlib-from-drawables.xml" />
Packit a4058c
    <xi:include href="xml/gdk-pixbuf-xlib-rgb.xml" />
Packit a4058c
  </reference>
Packit a4058c
Packit a4058c
  <reference>
Packit a4058c
    <title>Tools Reference</title>
Packit a4058c
Packit a4058c
    <partintro>
Packit a4058c
      <para>
Packit a4058c
	This part presents the tools which are shipped with the gdk-pixbuf library.
Packit a4058c
      </para>
Packit a4058c
    </partintro>
Packit a4058c
Packit a4058c
    <xi:include href="gdk-pixbuf-csource.xml" />
Packit a4058c
    <xi:include href="gdk-pixbuf-query-loaders.xml" />
Packit a4058c
  </reference>
Packit a4058c
Packit a4058c
  <index id="api-index-full">
Packit a4058c
    <title>Index of all symbols</title>
Packit a4058c
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
Packit a4058c
  </index>
Packit a4058c
  <index id="api-index-deprecated" role="deprecated">
Packit a4058c
    <title>Index of deprecated symbols</title>
Packit a4058c
    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
Packit a4058c
  </index>
Packit a4058c
  <index id="api-index-2-2" role="2.2">
Packit a4058c
    <title>Index of new symbols in 2.2</title>
Packit a4058c
    <xi:include href="xml/api-index-2.2.xml"><xi:fallback /></xi:include>
Packit a4058c
  </index>
Packit a4058c
  <index id="api-index-2-4" role="2.4">
Packit a4058c
    <title>Index of new symbols in 2.4</title>
Packit a4058c
    <xi:include href="xml/api-index-2.4.xml"><xi:fallback /></xi:include>
Packit a4058c
  </index>
Packit a4058c
  <index id="api-index-2-6" role="2.6">
Packit a4058c
    <title>Index of new symbols in 2.6</title>
Packit a4058c
    <xi:include href="xml/api-index-2.6.xml"><xi:fallback /></xi:include>
Packit a4058c
  </index>
Packit a4058c
  <index id="api-index-2-8" role="2.8">
Packit a4058c
    <title>Index of new symbols in 2.8</title>
Packit a4058c
    <xi:include href="xml/api-index-2.8.xml"><xi:fallback /></xi:include>
Packit a4058c
  </index>
Packit a4058c
  <index id="api-index-2-12" role="2.12">
Packit a4058c
    <title>Index of new symbols in 2.12</title>
Packit a4058c
    <xi:include href="xml/api-index-2.12.xml"><xi:fallback /></xi:include>
Packit a4058c
  </index>
Packit a4058c
  <index id="api-index-2-14" role="2.14">
Packit a4058c
    <title>Index of new symbols in 2.14</title>
Packit a4058c
    <xi:include href="xml/api-index-2.14.xml"><xi:fallback /></xi:include>
Packit a4058c
  </index>
Packit a4058c
  <index id="api-index-2-26" role="2.26">
Packit a4058c
    <title>Index of new symbols in 2.26</title>
Packit a4058c
    <xi:include href="xml/api-index-2.26.xml"><xi:fallback /></xi:include>
Packit a4058c
  </index>
Packit a4058c
  <index id="api-index-2-28" role="2.28">
Packit a4058c
    <title>Index of new symbols in 2.28</title>
Packit a4058c
    <xi:include href="xml/api-index-2.28.xml"><xi:fallback /></xi:include>
Packit a4058c
  </index>
Packit a4058c
  <index id="api-index-2-30" role="2.30">
Packit a4058c
    <title>Index of new symbols in 2.30</title>
Packit a4058c
    <xi:include href="xml/api-index-2.30.xml"><xi:fallback /></xi:include>
Packit a4058c
  </index>
Packit a4058c
  <index id="api-index-2-32" role="2.32">
Packit a4058c
    <title>Index of new symbols in 2.32</title>
Packit a4058c
    <xi:include href="xml/api-index-2.32.xml"><xi:fallback /></xi:include>
Packit a4058c
  </index>
Packit a4058c
  <index id="api-index-2-36" role="2.36">
Packit a4058c
    <title>Index of new symbols in 2.36</title>
Packit a4058c
    <xi:include href="xml/api-index-2.36.xml"><xi:fallback /></xi:include>
Packit a4058c
  </index>
Packit a4058c
Packit a4058c
  
Packit a4058c
Packit a4058c
  <appendix id="license">
Packit a4058c
    <title>License</title>
Packit a4058c
	
Packit a4058c
    <para>
Packit a4058c
      This library is free software; you can redistribute it and/or
Packit a4058c
      modify it under the terms of the <citetitle>GNU Library General
Packit a4058c
      Public License</citetitle> as published by the Free Software
Packit a4058c
      Foundation; either version 2 of the License, or (at your option)
Packit a4058c
      any later version.
Packit a4058c
    </para>
Packit a4058c
Packit a4058c
    <para>
Packit a4058c
      This library is distributed in the hope that it will be useful,
Packit a4058c
      but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit a4058c
      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit a4058c
      <citetitle>GNU Library General Public License</citetitle> for
Packit a4058c
      more details.
Packit a4058c
    </para>
Packit a4058c
Packit a4058c
    <para>
Packit a4058c
      You may obtain a copy of the <citetitle>GNU Library General
Packit a4058c
      Public License</citetitle> from the Free Software Foundation by
Packit a4058c
      visiting <ulink type="http" url="http://www.fsf.org">their Web
Packit a4058c
      site</ulink> or by writing to:
Packit a4058c
Packit a4058c
      <address>
Packit a4058c
	Free Software Foundation, Inc.
Packit a4058c
	<street>59 Temple Place</street> - Suite 330
Packit a4058c
	<city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>
Packit a4058c
	<country>USA</country>
Packit a4058c
      </address>
Packit a4058c
    </para>
Packit a4058c
  </appendix>
Packit a4058c
Packit a4058c
  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
Packit a4058c
Packit a4058c
</book>
Packit a4058c