summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-animation.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2001-02-20 02:59:30 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-02-20 02:59:30 +0000
commit131aac575f648e776d4f98c96d1d71d4a4b21ee7 (patch)
tree65f591aeaac2c70b00eb07c9d8ab4ae3f8d073cf /gdk-pixbuf/gdk-pixbuf-animation.c
parent0f9fadbec2400522e435e6ea99cb9f3a16f4a203 (diff)
downloadgdk-pixbuf-131aac575f648e776d4f98c96d1d71d4a4b21ee7.tar.gz
prepend underscore (gdk_pixbuf_get_named_module): prepend underscore
2001-02-18 Havoc Pennington <hp@pobox.com> * gdk-pixbuf-io.c (gdk_pixbuf_load_module): prepend underscore (gdk_pixbuf_get_named_module): prepend underscore (gdk_pixbuf_get_module): prepend underscore 2001-02-18 Havoc Pennington <hp@pobox.com> * gdk-pixbuf/Makefile.am (IGNORE_HFILES): add gdk-pixbuf-marshal.h * gdk-pixbuf/gdk-pixbuf-sections.txt: fixes
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 d8d262aa9..9d4a4ae1b 100644
--- a/gdk-pixbuf/gdk-pixbuf-animation.c
+++ b/gdk-pixbuf/gdk-pixbuf-animation.c
@@ -140,14 +140,14 @@ gdk_pixbuf_animation_new_from_file (const char *filename,
return NULL;
}
- image_module = gdk_pixbuf_get_module (buffer, size, filename, error);
+ image_module = _gdk_pixbuf_get_module (buffer, size, filename, error);
if (!image_module) {
fclose (f);
return NULL;
}
if (image_module->module == NULL)
- if (!gdk_pixbuf_load_module (image_module, error)) {
+ if (!_gdk_pixbuf_load_module (image_module, error)) {
fclose (f);
return NULL;
}