diff options
author | Jonathan Blandford <jrb@redhat.com> | 1999-10-26 23:19:49 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 1999-10-26 23:19:49 +0000 |
commit | 2ff92119aa9fe231ac50f8bb8f4a8ea58aee268d (patch) | |
tree | 6d262c577f3468e1aaa9a70eee2924497afa4600 /gdk-pixbuf/gdk-pixbuf-io.h | |
parent | 3589986260b854c5420406596c5433fc58a5ea76 (diff) | |
download | gtk+-2ff92119aa9fe231ac50f8bb8f4a8ea58aee268d.tar.gz |
Finished initial cut at the object.
1999-10-26 Jonathan Blandford <jrb@redhat.com>
* src/gdk-pixbuf-loader.c: Finished initial cut at the object.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-io.h')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-io.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-io.h b/gdk-pixbuf/gdk-pixbuf-io.h index 3c9fafee48..e27c137a59 100644 --- a/gdk-pixbuf/gdk-pixbuf-io.h +++ b/gdk-pixbuf/gdk-pixbuf-io.h @@ -39,8 +39,7 @@ struct _ModuleType { /* Incremental loading */ gpointer (* begin_load) (ModulePreparedNotifyFunc func, gpointer user_data); void (* stop_load) (gpointer context); - void (* load_increment)(gpointer context, guchar *buf, guint size); - GdkPixbuf *(* get_pixbuf) (gpointer context); + gboolean (* load_increment)(gpointer context, guchar *buf, guint size); }; |