gFileFindEnclosingMountFinish {RGtk2}R Documentation

gFileFindEnclosingMountFinish

Description

Finishes an asynchronous find mount request. See gFileFindEnclosingMountAsync.

Usage

gFileFindEnclosingMountFinish(object, res, .errwarn = TRUE)

Arguments

object

a GFile

res

a GAsyncResult

.errwarn

Whether to issue a warning on error or fail silently

Value

A list containing the following elements:

retval

[GMount] GMount for given file or NULL on error.

error

a GError

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]