Constructor
GdkPixbuf.PixbufAnimation.new_from_resource
Declaration [src]
GdkPixbufAnimation*
gdk_pixbuf_animation_new_from_resource (
const char* resource_path,
GError** error
)
Description [src]
Creates a new pixbuf animation by loading an image from an resource.
The file format is detected automatically. If NULL is returned, then
error will be set.
| Available since: | 2.28 |
Parameters
resource_path |
const char* |
the path of the resource file |
|
| The data is owned by the caller of the function | |
| The string is a NUL terminated UTF-8 string |
Return value
Returns: GdkPixbufAnimation |
|
A newly-created animation |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it | |
Can be NULL | |