summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>1999-12-11 00:21:27 +0000
committerJonathan Blandford <jrb@src.gnome.org>1999-12-11 00:21:27 +0000
commitd723183795d0f3df801262770f5198e5403e685f (patch)
tree72f6358bc180772070fe518ad8f5239215b180d3 /gdk-pixbuf/gdk-pixbuf.h
parent0b0ebee941d724daddb624319517702d703bf16e (diff)
downloadgtk+-d723183795d0f3df801262770f5198e5403e685f.tar.gz
thinking about the new loading API.
1999-12-10 Jonathan Blandford <jrb@redhat.com> * gdk-pixbuf/gdk-pixbuf-io.h: thinking about the new loading API. * gdk-pixbuf/gdk-pixbuf-drawable.c (gdk_pixbuf_get_from_drawable): make a warning go away.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf.h')
-rw-r--r--gdk-pixbuf/gdk-pixbuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf.h b/gdk-pixbuf/gdk-pixbuf.h
index a6c9f12f3e..7c16915d27 100644
--- a/gdk-pixbuf/gdk-pixbuf.h
+++ b/gdk-pixbuf/gdk-pixbuf.h
@@ -61,7 +61,6 @@ struct _GdkPixbufFrame
{
GdkPixbuf *pixbuf;
- GdkPixbufFrame *next;
gushort x_offset;
gushort y_offset;
guint delaytime;
@@ -163,9 +162,10 @@ GdkPixbuf *gdk_pixbuf_get_from_drawable (GdkPixbuf *dest,
/* Animation loading */
GdkPixbufAnimation *gdk_pixbuf_animation_new_from_file (const char *filename);
-GdkPixbufAnimation *gdk_pixbuf_animation_destroy (GdkPixbufAnimation *animation,
+void gdk_pixbuf_animation_destroy (GdkPixbufAnimation *animation,
gboolean free_frames);
+
#ifdef __cplusplus