diff options
author | Federico Mena Quintero <federico@redhat.com> | 1999-12-08 21:17:53 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-12-08 21:17:53 +0000 |
commit | c6f25c2de84d01246024342621ed70d6a0f8756d (patch) | |
tree | 63dd498c325181fb4f9a6632eae832f9c1815d59 /docs/reference/gdk-pixbuf/gdk-pixbuf.sgml | |
parent | a70843bab2e7bfd6f35e7efa702561b30bcf47b3 (diff) | |
download | gdk-pixbuf-c6f25c2de84d01246024342621ed70d6a0f8756d.tar.gz |
Fix includes. (gdk_pixbuf_get_from_drawable): Implemented the zillion
1999-12-08 Federico Mena Quintero <federico@redhat.com>
* gdk-pixbuf/gdk-pixbuf-drawable.c: Fix includes.
(gdk_pixbuf_get_from_drawable): Implemented the zillion sanity
checks and API definition. The body needs filling in and it needs
to do the Right Thing(tm) for pixmaps plus the given colormap and
windows and their own colormaps.
* gdk-pixbuf/gdk-pixbuf.h: Added prototype for
gdk_pixbuf_get_from_drawable(). Killed gdk-pixbuf-drawable.h.
* gdk-pixbuf/Makefile.am: Re-added the gdk-pixbuf-drawable sources.
* doc/tmpl/from-drawables.sgml: Populated.
* doc/gdk-pixbuf.sgml: Added the from-drawables section.
* doc/Makefile.am (tmpl_sources): Added tmpl/from-drawables.sgml.
* doc/gdk-pixbuf-sections.txt: Added a section for getting pixbufs
from drawables.
Diffstat (limited to 'docs/reference/gdk-pixbuf/gdk-pixbuf.sgml')
-rw-r--r-- | docs/reference/gdk-pixbuf/gdk-pixbuf.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml b/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml index 0687cbb43..b3e8b2cab 100644 --- a/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml +++ b/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml @@ -4,6 +4,7 @@ <!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-from-drawables SYSTEM "sgml/from-drawables.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"> @@ -47,6 +48,7 @@ &gdk-pixbuf-file-loading; &gdk-pixbuf-creating; &gdk-pixbuf-rendering; + &gdk-pixbuf-from-drawables; &gdk-pixbuf-util; &GnomeCanvasPixbuf; &GdkPixbufLoader; |