forked from AuroraMiddleware/gtk
9e90452bac
* gdk-pixbuf/gdk-pixbuf-csource.xml: * gdk-pixbuf/gdk-pixbuf-from-drawables.sgml: * gdk-pixbuf/gdk-pixbuf-query-loaders.xml: * gdk-pixbuf/gdk-pixbuf-rendering.sgml: * gdk-pixbuf/gdk-pixbuf.sgml: * gdk-pixbuf/porting-from-imlib.sgml: * gdk/gdk-docs.sgml: * gdk/multihead.sgml: * libgail-util/gail-libgail-util-docs.sgml: Use xi:include instead of entities to ease maintenance and speed up documentation build. Fixes #540967 svn path=/trunk/; revision=21304
33 lines
722 B
XML
33 lines
722 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
]>
|
|
<refentry id="gdk-pixbuf-gdk-pixbuf-rendering">
|
|
<refmeta>
|
|
<refentrytitle>Rendering</refentrytitle>
|
|
<manvolnum>3</manvolnum>
|
|
<refmiscinfo>GDK-PIXBUF Library</refmiscinfo>
|
|
</refmeta>
|
|
|
|
<refnamediv>
|
|
<refname>Rendering</refname><refpurpose>Rendering a pixbuf to a GDK drawable.</refpurpose>
|
|
</refnamediv>
|
|
|
|
|
|
<refsect1>
|
|
<title>Description</title>
|
|
<para>
|
|
The functions to render pixbufs to GDK drawables are contained in
|
|
GDK, see the <link linkend="gdk-Pixbufs">Pixbufs</link> section
|
|
of the GDK documentation.
|
|
</para>
|
|
</refsect1>
|
|
|
|
|
|
|
|
|
|
</refentry>
|
|
|
|
|
|
|