Method
GdkPixbuf.PixbufSimpleAnim.add_frame
Declaration [src]
void
gdk_pixbuf_simple_anim_add_frame (
GdkPixbufSimpleAnim* animation,
GdkPixbuf* pixbuf
)
Description [src]
Adds a new frame to animation. The pixbuf must
have the dimensions specified when the animation
was constructed.
| Available since: | 2.8 |
Parameters
pixbuf |
GdkPixbuf |
the pixbuf to add |
|
| The data is owned by the caller of the function |