Load-at-size functionality for gdk-pixbuf.

This commit is contained in:
Matthias Clasen
2002-07-06 23:10:46 +00:00
parent 09487ff9f5
commit e4ab381018
22 changed files with 313 additions and 107 deletions

View File

@ -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)