RGtk2 (version 2.20.31)

gMountUnmountWithOperation: gMountUnmountWithOperation

Description

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

Usage

gMountUnmountWithOperation(object, flags, mount.operation, cancellable = NULL, callback, user.data = NULL)

Arguments

object
flags
flags affecting the operation
mount.operation
a GMountOperation or NULL to avoid user interaction.
cancellable
optional GCancellable object, NULL to ignore.
callback
user.data
user data passed to callback.

Details

Since 2.22