MountT.unmount

Unmounts a mount. This is an asynchronous operation, and is finished by calling g_mount_unmount_finish() with the mount and GAsyncResult data returned in the callback.

More...

Parameters

flags GMountUnmountFlags

flags affecting the operation

cancellable Cancellable

optional gio.Cancellable object, NULL to ignore.

callback GAsyncReadyCallback
userData void*

user data passed to callback.

Detailed Description

Deprecated: Use g_mount_unmount_with_operation() instead.