summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-gif-animation.h
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-09-12 21:42:10 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-09-12 21:42:10 +0000
commita82e79596f0baca10e5420d9d60a850a7bc2c180 (patch)
treea2c268aeb8adfa8e20a5e93d95024a573bd72156 /gdk-pixbuf/io-gif-animation.h
parent82e7532ce02845f360f3adf4bcfd84e4056c8030 (diff)
downloadgdk-pixbuf-a82e79596f0baca10e5420d9d60a850a7bc2c180.tar.gz
Move GdkPixbufFrame from the public header to the gif-animation-specific
* io-gif-animation.h: * gdk-pixbuf.h: Move GdkPixbufFrame from the public header to the gif-animation-specific private header. (#91929)
Diffstat (limited to 'gdk-pixbuf/io-gif-animation.h')
-rw-r--r--gdk-pixbuf/io-gif-animation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk-pixbuf/io-gif-animation.h b/gdk-pixbuf/io-gif-animation.h
index ce1ebaa6f..f53ae05e1 100644
--- a/gdk-pixbuf/io-gif-animation.h
+++ b/gdk-pixbuf/io-gif-animation.h
@@ -47,6 +47,7 @@ typedef enum {
typedef struct _GdkPixbufGifAnim GdkPixbufGifAnim;
typedef struct _GdkPixbufGifAnimClass GdkPixbufGifAnimClass;
+typedef struct _GdkPixbufFrame GdkPixbufFrame;
#define GDK_TYPE_PIXBUF_GIF_ANIM (gdk_pixbuf_gif_anim_get_type ())
#define GDK_PIXBUF_GIF_ANIM(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_PIXBUF_GIF_ANIM, GdkPixbufGifAnim))