summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-io.h
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1999-10-27 19:15:37 +0000
committerArturo Espinosa <unammx@src.gnome.org>1999-10-27 19:15:37 +0000
commit9ee4ff5eeed7adc36c138e79f53f7799eac30a11 (patch)
tree71e6bf9ef8a95ef3486b9dfff077ace37f18f979 /gdk-pixbuf/gdk-pixbuf-io.h
parent54f017171fefee078ad36a4d2a6c67622c8f57de (diff)
downloadgdk-pixbuf-9ee4ff5eeed7adc36c138e79f53f7799eac30a11.tar.gz
Make it build - Federico
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-io.h')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-io.h b/gdk-pixbuf/gdk-pixbuf-io.h
index b3da91d64..74520398b 100644
--- a/gdk-pixbuf/gdk-pixbuf-io.h
+++ b/gdk-pixbuf/gdk-pixbuf-io.h
@@ -33,8 +33,8 @@ typedef void (* ModulePreparedNotifyFunc) (GdkPixbuf *pixbuf, gpointer user_data
typedef struct _ModuleType ModuleType;
struct _ModuleType {
char *module_name;
- GModule *module;
gboolean (* format_check) (guchar *buffer, int size);
+ GModule *module;
GdkPixbuf *(* load) (FILE *f);
GdkPixbuf *(* load_xpm_data) (const gchar **data);