gFileReplaceContentsFinish: gFileReplaceContentsFinish

Description Usage Arguments Value Author(s)

View source: R/gioFuncs.R

Description

Finishes an asynchronous replace of the given file. See gFileReplaceContentsAsync. Sets new.etag to the new entity tag for the document, if present.

Usage

1
gFileReplaceContentsFinish(object, res, .errwarn = TRUE)

Arguments

object

input GFile.

res

a GAsyncResult.

.errwarn

Whether to issue a warning on error or fail silently

Value

A list containing the following elements:

retval

[logical] TRUE on success, FALSE on failure.

new.etag

a location of a new entity tag for the document. This should be freed with gFree() when it is no longer needed, or NULL

error

a GError, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.