Virtual Method
GioVolumemount_finish
Description
Finishes mounting a volume. If any errors occurred during the operation,
error
will be set to contain the errors and FALSE
will be returned.
If the mount operation succeeded, g_volume_get_mount()
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
.
Parameters
result |
GAsyncResult |
A |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |