Function
GdkPixbufPixbufModuleIncrementLoadFunc
Declaration
gboolean
(* GdkPixbufModuleIncrementLoadFunc) (
gpointer context,
const guchar* buf,
guint size,
GError** error
)
Parameters
context |
gpointer |
The state object created by |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
buf |
An array of guint8 |
The data to load. |
|
The length of the array is specified in the size argument. | |
The data is owned by the caller of the function. | |
size |
guint |
The length of the data to load. |
|
error |
GError ** |
The return location for a GError* , or NULL . |