Method
GioFilemount_mountable_finish
Declaration
GFile*
g_file_mount_mountable_finish (
GFile* file,
GAsyncResult* result,
GError** error
)
Description
Finishes a mount operation. See g_file_mount_mountable()
for details.
Finish an asynchronous mount operation that was started with g_file_mount_mountable().
Parameters
result |
GAsyncResult |
A |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GFile |
A |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |