gFileOpenReadwriteFinish {RGtk2}R Documentation

gFileOpenReadwriteFinish

Description

Finishes an asynchronous file read operation started with gFileOpenReadwriteAsync.

Usage

gFileOpenReadwriteFinish(object, res, .errwarn = TRUE)

Arguments

object

input GFile.

res

a GAsyncResult.

.errwarn

Whether to issue a warning on error or fail silently

Details

Since 2.22

Value

A list containing the following elements:

retval

[GFileIOStream] a GFileIOStream or NULL on error.

error

a GError, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]