diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-10-11 01:04:45 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-10-11 01:04:45 +0000 |
commit | 5591c434f876b7a0f3c62dec145a118671a32977 (patch) | |
tree | f509d72675cdb056dbab1bb6776a511e95604408 /gdk-pixbuf/gdk-pixbuf-io.h | |
parent | c711f604d330edb673492b1c6c7300fcc34097f6 (diff) | |
download | gdk-pixbuf-5591c434f876b7a0f3c62dec145a118671a32977.tar.gz |
Documentation updates.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-io.h')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-io.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-io.h b/gdk-pixbuf/gdk-pixbuf-io.h index aeb8e9953..f5a17c073 100644 --- a/gdk-pixbuf/gdk-pixbuf-io.h +++ b/gdk-pixbuf/gdk-pixbuf-io.h @@ -106,7 +106,6 @@ struct _GdkPixbufModule { typedef void (* GdkPixbufModuleFillVtableFunc) (GdkPixbufModule *module); typedef void (* GdkPixbufModuleFillInfoFunc) (GdkPixbufFormat *info); -typedef const GdkPixbufModulePattern *(* GdkPixbufModuleGetSignatureFunc) (void); /* key/value pairs that can be attached by the pixbuf loader */ |