Method
GioFileunmount_mountable_with_operation_finish
Declaration
gboolean
g_file_unmount_mountable_with_operation_finish (
GFile* file,
GAsyncResult* result,
GError** error
)
Description
Finishes an unmount operation,
see g_file_unmount_mountable_with_operation()
for details.
Finish an asynchronous unmount operation that was started with g_file_unmount_mountable_with_operation().
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 . |