File.mountMountableFinish

Finishes a mount operation. See g_file_mount_mountable() for details. Finish an asynchronous mount operation that was started with g_file_mount_mountable().

class File
mountMountableFinish

Parameters

result AsyncResultIF

a GAsyncResult.

Return Value

Type: File

a GFile or NULL on error. Free the returned object with g_object_unref(). [transfer full]

Throws

GException on failure.

Meta