gFileStopMountableFinish {RGtk2}R Documentation

gFileStopMountableFinish

Description

Finishes an stop operation, see gFileStopMountable for details.

Usage

gFileStopMountableFinish(object, result, .errwarn = TRUE)

Arguments

object

input GFile.

result

a GAsyncResult.

.errwarn

Whether to issue a warning on error or fail silently

Details

Finish an asynchronous stop operation that was started with gFileStopMountable. Since 2.22

Value

A list containing the following elements:

retval

[logical] TRUE if the operation finished successfully. FALSE otherwise.

error

a GError, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]