gdkPixbufLoaderWrite {RGtk2} | R Documentation |
This will cause a pixbuf loader to parse the next count
bytes of
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. If FALSE
is
returned, error
will be set to an error from the
GDK_PIXBUF_ERRORor
G_FILE_ERRORdomains.
gdkPixbufLoaderWrite(object, buf, .errwarn = TRUE)
|
A pixbuf loader. |
|
Pointer to image data. |
.errwarn |
Whether to issue a warning on error or fail silently |
A list containing the following elements:
retval |
[logical] |
|
return location for errors |
Derived by RGtkGen from GTK+ documentation