RGtk2 (version 2.20.31)

gFileIOStreamQueryInfoFinish: gFileIOStreamQueryInfoFinish

Description

Finalizes the asynchronous query started by gFileIOStreamQueryInfoAsync.

Usage

gFileIOStreamQueryInfoFinish(object, result, .errwarn = TRUE)

Arguments

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

Value

A list containing the following elements:
retval
[GFileInfo] A GFileInfo for the finished query.
error
a GError, NULL to ignore.

Details

Since 2.22