RGtk2 (version 2.20.31)

gFileUnmountMountableFinish: gFileUnmountMountableFinish

Description

Finishes an unmount operation, see gFileUnmountMountable for details. WARNING: g_file_unmount_mountable_finish has been deprecated since version 2.22 and should not be used in newly-written code. Use gFileUnmountMountableWithOperationFinish instead.

Usage

gFileUnmountMountableFinish(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 gFileUnmountMountable.