PixbufModuleLoadAnimationFunc


Description:

[ CCode ( has_target = false , has_typedef = false ) ]
public delegate unowned PixbufAnimation PixbufModuleLoadAnimationFunc (void* f) throws Error

Loads a file from a standard C file stream into a new `GdkPixbufAnimation`.

In case of error, this function should return `NULL` and set the `error` argument.

Parameters:

f

the file stream from which the image should be loaded

Returns:

a newly created `GdkPixbufAnimation` for the contents of the file


Namespace: Gdk
Package: gdk-pixbuf-2.0