Method
GioFilestart_mountable_finish
Declaration
gboolean
g_file_start_mountable_finish (
GFile* file,
GAsyncResult* result,
GError** error
)
Description
Finishes a start operation. See g_file_start_mountable()
for details.
Finish an asynchronous start operation that was started with g_file_start_mountable().
Available since: | 2.22 |
Parameters
result |
GAsyncResult |
A |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |