PixbufModuleLoadFunc


Description:

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

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

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 `GdkPixbuf` for the contents of the file


Namespace: Gdk
Package: gdk-pixbuf-2.0