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.
Parameters
| pixbuf | GdkPixbuf | 
| the pixbuf to add | |
| Ownership is not transferred to the callee |