gVolumeMountFinish: gVolumeMountFinish

Description Usage Arguments Details Value Author(s)

View source: R/gioFuncs.R

Description

Finishes mounting a volume. If any errors occured during the operation, error will be set to contain the errors and FALSE will be returned.

Usage

1
gVolumeMountFinish(object, result, .errwarn = TRUE)

Arguments

object

a GVolume

result

a GAsyncResult

.errwarn

Whether to issue a warning on error or fail silently

Details

If the mount operation succeeded, gVolumeGetMount on volume is guaranteed to return the mount right after calling this function; there's no need to listen for the 'mount-added' signal on GVolumeMonitor.

Value

A list containing the following elements:

retval

[logical] TRUE, FALSE if operation failed.

error

a GError location to store an error, or NULL to ignore

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.