Method GTK2.GdkPixbufLoader()->write()


Method write

bool write(string|Stdio.Buffer data)

Description

This will cause a pixbuf loader to parse the more data for an image. It will return TRUE if the data was loaded successfully, and FALSE if an error occurred. In the latter case, the loader will be closed, and will not accept further writes.