Package: gdk-pixbuf

Function gdk-pixbuf:pixbuf-animation-is-static-image

Lambda List

gdk-pixbuf:pixbuf-animation-is-static-image (animation)

Arguments

animation -- a gdk-pixbuf:pixbuf-animation object

Return Value

True if the animation was really just an image.

Details

If you load a file with the gdk-pixbuf:pixbuf-animation-new-from-file function and it turns out to be a plain, unanimated image, then this function will return true. Use the gdk-pixbuf:pixbuf-animation-static-image function to retrieve the image.
 

See also

#2024-11-11