Method
CdkPixbufPixbufSimpleAnimadd_frame
deprecated: 2.44 since: 2.8
Declaration [src]
void
cdk_pixbuf_simple_anim_add_frame (
CdkPixbufSimpleAnim* animation,
CdkPixbuf* 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
Deprecated since: 2.44
Use a different image loading library for animatable assets.
Parameters
pixbuf-
Type:
CdkPixbufThe pixbuf to add.
The data is owned by the caller of the method.