[ 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.
| f |
the file stream from which the image should be loaded |
|
a newly created `GdkPixbuf` for the contents of the file |