gDriveStartFinish {RGtk2}R Documentation

gDriveStartFinish

Description

Finishes starting a drive.

Usage

gDriveStartFinish(object, result, .errwarn = TRUE)

Arguments

object

a GDrive.

result

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

[logical] TRUE if the drive has been started successfully, FALSE otherwise.

error

a GError, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]