RGtk2 (version 2.20.31)

gFileReplaceReadwriteFinish: gFileReplaceReadwriteFinish

Description

Finishes an asynchronous file replace operation started with gFileReplaceReadwriteAsync.

Usage

gFileReplaceReadwriteFinish(object, res, .errwarn = TRUE)

Arguments

object
input GFile.
.errwarn
Whether to issue a warning on error or fail silently

Value

A list containing the following elements:
retval
[GFileIOStream] a GFileIOStream, or NULL on error.
error
a GError, or NULL

Details

Since 2.22