summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-animation.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-09-19 21:00:52 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-09-19 21:00:52 +0000
commit3457b1331ef85a8b1868e60543ef491e9e1c7740 (patch)
tree6f699ed6e50985c250f4484bff20eb93f603327a /gdk-pixbuf/gdk-pixbuf-animation.c
parentde05395db28c67421702b0e4b2897de4cb41234f (diff)
downloadgdk-pixbuf-3457b1331ef85a8b1868e60543ef491e9e1c7740.tar.gz
Remove the _-prefix from gdk_pixbuf_set_option and
gdk_pixbuf_non_anim_new again.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-animation.c')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-animation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-animation.c b/gdk-pixbuf/gdk-pixbuf-animation.c
index a492c90a8..4185eba91 100644
--- a/gdk-pixbuf/gdk-pixbuf-animation.c
+++ b/gdk-pixbuf/gdk-pixbuf-animation.c
@@ -199,7 +199,7 @@ gdk_pixbuf_animation_new_from_file (const char *filename,
if (pixbuf == NULL)
return NULL;
- animation = _gdk_pixbuf_non_anim_new (pixbuf);
+ animation = gdk_pixbuf_non_anim_new (pixbuf);
g_object_unref (pixbuf);
} else {
@@ -613,7 +613,7 @@ gdk_pixbuf_non_anim_finalize (GObject *object)
}
GdkPixbufAnimation*
-_gdk_pixbuf_non_anim_new (GdkPixbuf *pixbuf)
+gdk_pixbuf_non_anim_new (GdkPixbuf *pixbuf)
{
GdkPixbufNonAnim *non_anim;