forked from AuroraMiddleware/gtk
Add missing static. (#108614)
2003-03-21 Matthias Clasen <maclas@gmx.de> * gdk-pixbuf-animation.c (gdk_pixbuf_non_anim_get_type): Add missing static. (#108614)
This commit is contained in:
parent
b6d19fe207
commit
250fd7cc43
@ -1,5 +1,8 @@
|
||||
2003-03-21 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk-pixbuf-animation.c (gdk_pixbuf_non_anim_get_type): Add
|
||||
missing static. (#108614)
|
||||
|
||||
* io-jpeg.c (gdk_pixbuf__jpeg_image_begin_load):
|
||||
* io-ico.c (gdk_pixbuf__ico_image_stop_load): Add missing static
|
||||
qualifiers apparently causing problems on some platforms. (#108617)
|
||||
|
@ -563,7 +563,7 @@ static GdkPixbufAnimationIter* gdk_pixbuf_non_anim_get_iter (GdkPixbufAn
|
||||
|
||||
static gpointer non_parent_class;
|
||||
|
||||
GType
|
||||
static GType
|
||||
gdk_pixbuf_non_anim_get_type (void)
|
||||
{
|
||||
static GType object_type = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user