PixbufLoader.write

Parses the next count bytes in the given image buffer.

class PixbufLoader
bool
write
(
char[] buf
)

Parameters

buf char[]

Pointer to image data.

Return Value

Type: bool

TRUE if the write was successful, or FALSE if the loader cannot parse the buffer

Throws

GException on failure.

Meta