RGtk2 (version 2.20.31)

gFileQueryInfoFinish: gFileQueryInfoFinish

Description

Finishes an asynchronous file info query. See gFileQueryInfoAsync.

Usage

gFileQueryInfoFinish(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
[GFileInfo] GFileInfo for given file or NULL on error.
error
a GError.