gFileEnumerateChildrenFinish {RGtk2}R Documentation

gFileEnumerateChildrenFinish

Description

Finishes an async enumerate children operation. See gFileEnumerateChildrenAsync.

Usage

gFileEnumerateChildrenFinish(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

[GFileEnumerator] a GFileEnumerator or NULL if an error occurred.

error

a GError.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]