summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-loader.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>1999-10-26 16:26:00 +0000
committerJonathan Blandford <jrb@src.gnome.org>1999-10-26 16:26:00 +0000
commitc84756cf3874dba57d696b9b27d2b3e13af8cf1b (patch)
tree308212e3aef2c26fe9d3133eb2cdf76c9e30cb9c /gdk-pixbuf/gdk-pixbuf-loader.h
parentcfc286601977ea2198193c7663315a936c6a9f42 (diff)
downloadgdk-pixbuf-c84756cf3874dba57d696b9b27d2b3e13af8cf1b.tar.gz
New Class. Beginning of progrssive loading.
1999-10-26 Jonathan Blandford <jrb@redhat.com> * src/gdk-pixbuf-loader.h: New Class. Beginning of progrssive loading.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-loader.h')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-loader.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-loader.h b/gdk-pixbuf/gdk-pixbuf-loader.h
index 81ba0f58b..90b481fda 100644
--- a/gdk-pixbuf/gdk-pixbuf-loader.h
+++ b/gdk-pixbuf/gdk-pixbuf-loader.h
@@ -56,11 +56,12 @@ struct _GdkPixbufLoader
typedef struct _GdkPixbufLoaderClass GdkPixbufLoaderClass;
struct _GdkPixbufLoaderClass {
GtkObjectClass parent_class;
-#if 0
- /* If it get's implemented */
+
void (* area_updated) (GdkPixbufLoader *loader,
int x, int y, int width, int height);
-#endif
+ void (* area_prepared) (GdkPixbufLoader *loader,
+ GdkPixbuf *image,
+ int x, int y, int width, int height);
};