RGtk2 (version 2.20.31)

gFileUnmountMountableWithOperationFinish: gFileUnmountMountableWithOperationFinish

Description

Finishes an unmount operation, see gFileUnmountMountableWithOperation for details.

Usage

gFileUnmountMountableWithOperationFinish(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 unmount operation that was started with gFileUnmountMountableWithOperation. Since 2.22