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:
gint
The width of the animation.
height
-
Type:
gint
The height of the animation.
rate
-
Type:
gfloat
The 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. |