Constructor
GdkPixbufPixbufSimpleAnimnew
deprecated: 2.44 since: 2.8
Declaration [src]
GdkPixbufSimpleAnim*
gdk_pixbuf_simple_anim_new (
gint width,
gint height,
gfloat rate
)
Description [src]
Creates a new, empty animation.
Available since: 2.8
Deprecated since: 2.44
Use a different image loading library for animatable assets.
Parameters
width-
Type:
gintThe width of the animation.
height-
Type:
gintThe height of the animation.
rate-
Type:
gfloatThe speed of the animation, in frames per second.
Return value
Type: GdkPixbufSimpleAnim
A newly allocated GdkPixbufSimpleAnim.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |