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

@ -386,7 +386,8 @@ struct _LoadContext {
};
static gpointer
gdk_pixbuf__png_image_begin_load (ModulePreparedNotifyFunc prepare_func,
gdk_pixbuf__png_image_begin_load (ModuleSizeFunc size_func,
ModulePreparedNotifyFunc prepare_func,
ModuleUpdatedNotifyFunc update_func,
gpointer user_data,
GError **error)