gFileSetAttributesFinish {RGtk2}R Documentation

gFileSetAttributesFinish

Description

Finishes setting an attribute started in gFileSetAttributesAsync.

Usage

gFileSetAttributesFinish(object, result, .errwarn = TRUE)

Arguments

object

input GFile.

result

a GAsyncResult.

.errwarn

Whether to issue a warning on error or fail silently

Value

A list containing the following elements:

retval

[logical] TRUE if the attributes were set correctly, FALSE otherwise.

info

a GFileInfo.

error

a GError, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]