gdkPixbufLoaderClose {RGtk2} | R Documentation |
Informs a pixbuf loader that no further writes with
gdkPixbufLoaderWrite
will occur, so that it can free its
internal loading structures. Also, tries to parse any data that
hasn't yet been parsed; if the remaining data is partial or
corrupt, an error will be returned. If FALSE
is returned, error
will be set to an error from the
GDK_PIXBUF_ERRORor
G_FILE_ERRORdomains. If you're just cancelling a load rather than expecting it to be finished, passing
NULL
for error
to ignore it is
reasonable.
gdkPixbufLoaderClose(object, .errwarn = TRUE)
|
A pixbuf loader. |
.errwarn |
Whether to issue a warning on error or fail silently |
A list containing the following elements:
retval |
[logical] |
|
return location for a |
Derived by RGtkGen from GTK+ documentation