RGtk2 (version 2.20.31)

gFilePollMountableFinish: gFilePollMountableFinish

Description

Finishes a poll operation. See gFilePollMountable for details.

Usage

gFilePollMountableFinish(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 poll operation that was polled with gFilePollMountable. Since 2.22