is_static_image


Description:

public virtual bool is_static_image ()

Checks whether the animation is a static image.

If you load a file with PixbufAnimation.from_file and it turns out to be a plain, unanimated image, then this function will return `TRUE`. Use get_static_image to retrieve the image.

Parameters:

this

a PixbufAnimation

Returns:

`TRUE` if the "animation" was really just an image