RGtk2 (version 2.20.31)

gOutputStreamFlushFinish: gOutputStreamFlushFinish

Description

Finishes flushing an output stream.

Usage

gOutputStreamFlushFinish(object, result, .errwarn = TRUE)

Arguments

object
result
a GAsyncResult.
.errwarn
Whether to issue a warning on error or fail silently

Value

A list containing the following elements:
retval
[logical] TRUE if flush operation suceeded, FALSE otherwise.
error
a GError location to store the error occuring, or NULL to ignore.