summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-tiff.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-07-06 23:10:46 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-07-06 23:10:46 +0000
commite4ab3810185b6eda9651f0f03d017893b906b868 (patch)
treef39efe2ad114a15e3e44ba74bc83c396b4207f66 /gdk-pixbuf/io-tiff.c
parent09487ff9f537152473cfed4ee3afe450606e60b4 (diff)
downloadgtk+-e4ab3810185b6eda9651f0f03d017893b906b868.tar.gz
Load-at-size functionality for gdk-pixbuf.
Diffstat (limited to 'gdk-pixbuf/io-tiff.c')
-rw-r--r--gdk-pixbuf/io-tiff.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdk-pixbuf/io-tiff.c b/gdk-pixbuf/io-tiff.c
index deae12bd77..d376147648 100644
--- a/gdk-pixbuf/io-tiff.c
+++ b/gdk-pixbuf/io-tiff.c
@@ -361,7 +361,8 @@ gdk_pixbuf__tiff_image_load (FILE *f, GError **error)
/* Progressive loader */
static gpointer
-gdk_pixbuf__tiff_image_begin_load (ModulePreparedNotifyFunc prepare_func,
+gdk_pixbuf__tiff_image_begin_load (ModuleSizeFunc size_func,
+ ModulePreparedNotifyFunc prepare_func,
ModuleUpdatedNotifyFunc update_func,
gpointer user_data,
GError **error)