Creates a new, empty animation.
Adds a new frame to animation. The pixbuf must have the dimensions specified when the animation was constructed.
Gets whether animation should loop indefinitely when it reaches the end.
Sets whether animation should loop indefinitely when it reaches the end.
Creates a new animation by loading it from a file.
Creates a new pixbuf animation by loading an image from an resource.
Creates a new animation by loading it from an input stream.
Finishes an asynchronous pixbuf animation creation operation started with gdkpixbuf.pixbuf_animation.PixbufAnimation.newFromStreamAsync.
Creates a new animation by asynchronously loading an image from an input stream.
Queries the height of the bounding box of a pixbuf animation.
Get an iterator for displaying an animation.
Retrieves a static image for the animation.
Queries the width of the bounding box of a pixbuf animation.
Checks whether the animation is a static image.
An opaque struct representing a simple animation.