summaryrefslogtreecommitdiff
path: root/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-01-07 00:26:58 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-01-07 00:26:58 +0000
commit8b6950ae3868c041e1dbe29be08445a3abff3f62 (patch)
treefddcd70093399b5cf17abdb0c9c3500f8eb8f8aa /docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt
parent46a713021212c062947ad3341524c9a050c0f48d (diff)
downloadgdk-pixbuf-8b6950ae3868c041e1dbe29be08445a3abff3f62.tar.gz
Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) by
Wed Jan 7 01:17:36 2004 Matthias Clasen <maclas@gmx.de> * gdk-pixbuf-loader.c (gdk_pixbuf_loader_size_func): * gdk-pixbuf-loader.c (gdk_pixbuf_loader_set_size): * gdk-pixbuf-loader.c (gdk_pixbuf_loader_init): Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) by changing the initial values of priv->width/height to -1. * io-tiff.c (tiff_image_parse): * io-ras.c (RAS2State): * io-pnm.c (gdk_pixbuf__pnm_image_load_increment): * io-pcx.c (gdk_pixbuf__pcx_load_increment): * io-jpeg.c (gdk_pixbuf__jpeg_image_load_increment): * io-png.c (png_info_callback): * io-ico.c (DecodeHeader): * io-bmp.c (DecodeHeader): Call size_func once the size is known, even if the module can't make use of the scaling information. If size_func returns 0, don't allocate a pixbuf and return, if necessary with an error. * gdk-pixbuf.h: * gdk-pixbuf-io.c (gdk_pixbuf_get_file_info): A new function to determine the type and size of an image file without loading it completely. (#53725)
Diffstat (limited to 'docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt')
-rw-r--r--docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt b/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt
index dc30b4c51..9f625c9fe 100644
--- a/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt
+++ b/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt
@@ -57,6 +57,7 @@ GdkPixbufDestroyNotify
<FILE>file-loading</FILE>
gdk_pixbuf_new_from_file
gdk_pixbuf_new_from_file_at_size
+gdk_pixbuf_get_file_info
</SECTION>
<SECTION>