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 | b063f86b950d627ab5143b100010df0f196a069b (patch) | |
tree | 83b3c69a3c11be870110e97788bc2a2ab6f43754 /gdk-pixbuf/gdk-pixbuf-io.h | |
parent | 1b658516f5c0444128567549b7bce16fbb0aabaf (diff) | |
download | gdk-pixbuf-b063f86b950d627ab5143b100010df0f196a069b.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 */ |