File.unmountMountableFinish

Warning g_file_unmount_mountable_finish has been deprecated since version 2.22 and should not be used in newly-written code. Use g_file_unmount_mountable_with_operation_finish() instead. Finishes an unmount operation, see g_file_unmount_mountable() for details. Finish an asynchronous unmount operation that was started with g_file_unmount_mountable().

class File
int
unmountMountableFinish

Parameters

result AsyncResultIF

a GAsyncResult

Return Value

Type: int

TRUE if the operation finished successfully. FALSE otherwise.

Throws

GException on failure.

Meta