Learn R Programming

RGtk2 (version 2.20.1)

gFileEjectMountableWithOperationFinish: gFileEjectMountableWithOperationFinish

Description

Finishes an asynchronous eject operation started by gFileEjectMountableWithOperation.

Usage

gFileEjectMountableWithOperationFinish(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 file was ejected successfully. FALSE otherwise.
  • errora GError, or NULL

Details

Since 2.22