File.findEnclosingMountFinish

Finishes an asynchronous find mount request. See g_file_find_enclosing_mount_async().

class File
findEnclosingMountFinish

Parameters

res AsyncResultIF

a GAsyncResult

Return Value

Type: MountIF

GMount for given file or NULL on error. Free the returned object with g_object_unref(). [transfer full]

Throws

GException on failure.

Meta