mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 17:30:10 +00:00
e026570571
1999-12-02 Federico Mena Quintero <federico@redhat.com> * src/gdk-pixbuf-util.c: New file with utility and convenience functions for pixbufs. * src/Makefile.am (libgdk_pixbuf_la_SOURCES): Added gdk-pixbuf-util.c. * doc/gdk-pixbuf-sections.txt: Added section for utility functions. * doc/Makefile.am (tmpl_sources): Added tmpl/util.sgml. * doc/gdk-pixbuf.sgml: Added the utilities section. * doc/tmpl/util.sgml: Documentation for the utility functions.
55 lines
1.5 KiB
Plaintext
55 lines
1.5 KiB
Plaintext
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
|
|
<!entity gdk-pixbuf-gdk-pixbuf SYSTEM "sgml/gdk-pixbuf.sgml">
|
|
<!entity gdk-pixbuf-refcounting SYSTEM "sgml/refcounting.sgml">
|
|
<!entity gdk-pixbuf-file-loading SYSTEM "sgml/file-loading.sgml">
|
|
<!entity gdk-pixbuf-creating SYSTEM "sgml/creating.sgml">
|
|
<!entity gdk-pixbuf-rendering SYSTEM "sgml/rendering.sgml">
|
|
<!entity gdk-pixbuf-util SYSTEM "sgml/util.sgml">
|
|
<!entity GnomeCanvasPixbuf SYSTEM "sgml/gnome-canvas-pixbuf.sgml">
|
|
<!entity GdkPixbufLoader SYSTEM "sgml/gdk-pixbuf-loader.sgml">
|
|
]>
|
|
|
|
<book>
|
|
<bookinfo>
|
|
<title>The GdkPixbuf Library</title>
|
|
|
|
<authorgroup>
|
|
<author>
|
|
<firstname>Federico</firstname>
|
|
<surname>Mena Quintero</surname>
|
|
<affiliation>
|
|
<address>
|
|
<email>federico@gimp.org</email>
|
|
</address>
|
|
</affiliation>
|
|
</author>
|
|
</authorgroup>
|
|
|
|
<copyright>
|
|
<year>1999</year>
|
|
<holder>The Free Software Foundation</holder>
|
|
</copyright>
|
|
</bookinfo>
|
|
|
|
<reference>
|
|
<title>API Reference</title>
|
|
|
|
<partintro>
|
|
<para>
|
|
This part presents the class and function reference for the
|
|
GdkPixbuf library. Classes are described together with their
|
|
methods; individual functions are grouped by functional group.
|
|
</para>
|
|
</partintro>
|
|
|
|
&gdk-pixbuf-gdk-pixbuf;
|
|
&gdk-pixbuf-refcounting;
|
|
&gdk-pixbuf-file-loading;
|
|
&gdk-pixbuf-creating;
|
|
&gdk-pixbuf-rendering;
|
|
&gdk-pixbuf-util;
|
|
&GnomeCanvasPixbuf;
|
|
&GdkPixbufLoader;
|
|
</reference>
|
|
</book>
|