]> Pileus Git - ~andy/gtk/blobdiff - gdk-pixbuf/io-pnm.c
Load-at-size functionality for gdk-pixbuf.
[~andy/gtk] / gdk-pixbuf / io-pnm.c
index 797f9371782e5d101098ca8386936b526e3e2ffc..c1371914642b8d5f90f8ead3aa6b77ee1c4fe5c8 100644 (file)
@@ -81,7 +81,8 @@ typedef struct {
 } PnmLoaderContext;
 
 static GdkPixbuf   *gdk_pixbuf__pnm_image_load          (FILE *f, GError **error);
-static gpointer    gdk_pixbuf__pnm_image_begin_load     (ModulePreparedNotifyFunc func, 
+static gpointer    gdk_pixbuf__pnm_image_begin_load     (ModuleSizeFunc size_func, 
+                                                         ModulePreparedNotifyFunc func, 
                                                         ModuleUpdatedNotifyFunc func2,
                                                         gpointer user_data,
                                                         GError **error);
@@ -803,7 +804,8 @@ gdk_pixbuf__pnm_image_load (FILE *f, GError **error)
  */
 
 static gpointer
-gdk_pixbuf__pnm_image_begin_load (ModulePreparedNotifyFunc prepared_func, 
+gdk_pixbuf__pnm_image_begin_load (ModuleSizeFunc size_func, 
+                                  ModulePreparedNotifyFunc prepared_func, 
                                  ModuleUpdatedNotifyFunc  updated_func,
                                  gpointer user_data,
                                  GError **error)