gDriveEjectWithOperation {RGtk2}R Documentation

gDriveEjectWithOperation

Description

Ejects a drive. This is an asynchronous operation, and is finished by calling gDriveEjectWithOperationFinish with the drive and GAsyncResult data returned in the callback.

Usage

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

Arguments

object

a GDrive.

flags

flags affecting the unmount if required for eject

mount.operation

a GMountOperation or NULL to avoid user interaction.

cancellable

optional GCancellable object, NULL to ignore.

callback

a GAsyncReadyCallback, or NULL.

user.data

user data passed to callback.

Details

Since 2.22

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]