Virtual Method
GioVolumeeject_with_operation
Declaration
void
eject_with_operation (
GVolume* volume,
GMountUnmountFlags flags,
GMountOperation* mount_operation,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description
Ejects a volume. This is an asynchronous operation, and is
finished by calling g_volume_eject_with_operation_finish()
with the volume
and GAsyncResult
data returned in the callback
.
Available since: | 2.22 |
Parameters
flags |
GMountUnmountFlags |
Flags affecting the unmount if required for eject. |
|
mount_operation |
GMountOperation |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
cancellable |
GCancellable |
Optional |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
callback |
GAsyncReadyCallback |
A |
|
user_data |
gpointer |
User data passed to |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |