Virtual Method
CdkPixbufPixbufAnimationis_static_image
deprecated: 2.44
Declaration [src]
gboolean
is_static_image (
CdkPixbufAnimation* animation
)
Description [src]
Checks whether the animation is a static image.
If you load a file with cdk_pixbuf_animation_new_from_file() and it
turns out to be a plain, unanimated image, then this function will return TRUE. Use cdk_pixbuf_animation_get_static_image() to retrieve
the image.
Deprecated since: 2.44
Use a different image loading library for animatable assets.