Method
GioFileunmount_mountable_finish
Declaration
gboolean
g_file_unmount_mountable_finish (
GFile* file,
GAsyncResult* result,
GError** error
)
Description
Finishes an unmount operation, see g_file_unmount_mountable()
for details.
Finish an asynchronous unmount operation that was started with g_file_unmount_mountable().
Deprecated since: | 2.22 |
Use |
Parameters
result |
GAsyncResult |
A |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |