RGtk2 (version 2.20.31)

gFileStopMountableFinish: gFileStopMountableFinish

Description

Finishes an stop operation, see gFileStopMountable for details.

Usage

gFileStopMountableFinish(object, result, .errwarn = TRUE)

Arguments

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

Value

A list containing the following elements:
retval
[logical] TRUE if the operation finished successfully. FALSE otherwise.
error
a GError, or NULL

Details

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