summaryrefslogtreecommitdiff
path: root/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2001-11-12 22:50:58 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2001-11-12 22:50:58 +0000
commitbe2d0ae2ce4036d5e4185f4dffb8fe758ec8185d (patch)
treed603d8dd24ae7e82348b0a5581e312ee5f63438f /docs/reference/gdk-pixbuf/gdk-pixbuf.sgml
parent9b17c006c8dd5b01ada72a9abce8859a6259db5e (diff)
downloadgdk-pixbuf-be2d0ae2ce4036d5e4185f4dffb8fe758ec8185d.tar.gz
new files explaining where the code for rendering pixbufs lives. (#61151)
* gdk-pixbuf/gdk-pixbuf-rendering.sgml, gdk-pixbuf/gdk-pixbuf-from-drawables.sgml: new files explaining where the code for rendering pixbufs lives. (#61151) * gdk-pixbuf/gdk-pixbuf.sgml: Use the new files.
Diffstat (limited to 'docs/reference/gdk-pixbuf/gdk-pixbuf.sgml')
-rw-r--r--docs/reference/gdk-pixbuf/gdk-pixbuf.sgml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml b/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml
index 91264149b..21886a41c 100644
--- a/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml
+++ b/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml
@@ -7,6 +7,8 @@
<!entity gdk-pixbuf-creating SYSTEM "sgml/creating.sgml">
<!entity gdk-pixbuf-inline SYSTEM "sgml/inline.sgml">
<!entity gdk-pixbuf-scaling SYSTEM "sgml/scaling.sgml">
+<!entity gdk-pixbuf-rendering SYSTEM "gdk-pixbuf-rendering.sgml">
+<!entity gdk-pixbuf-from-drawables SYSTEM "gdk-pixbuf-from-drawables.sgml">
<!entity gdk-pixbuf-util SYSTEM "sgml/util.sgml">
<!entity gdk-pixbuf-animation SYSTEM "sgml/animation.sgml">
<!entity GdkPixbufLoader SYSTEM "sgml/gdk-pixbuf-loader.sgml">
@@ -96,6 +98,8 @@
&gdk-pixbuf-creating;
&gdk-pixbuf-inline;
&gdk-pixbuf-scaling;
+ &gdk-pixbuf-rendering;
+ &gdk-pixbuf-from-drawables;
&gdk-pixbuf-util;
&gdk-pixbuf-animation;