Virtual Method
GioDrivestart
since: 2.22
Declaration [src]
void
start (
  GDrive* drive,
  GDriveStartFlags flags,
  GMountOperation* mount_operation,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)
Description [src]
Asynchronously starts a drive.
When the operation is finished, callback will be called.
You can then call g_drive_start_finish() to obtain the
result of the operation.
Available since: 2.22
Parameters
- flags
- 
            Type: GDriveStartFlagsFlags affecting the start operation. 
- mount_operation
- 
            Type: GMountOperationA GMountOperationorNULLto avoid user interaction.The argument can be NULL.The data is owned by the caller of the method. 
- cancellable
- 
            Type: GCancellableOptional GCancellableobject,NULLto ignore.The argument can be NULL.The data is owned by the caller of the method. 
- callback
- 
            Type: GAsyncReadyCallbackA GAsyncReadyCallback, orNULL.
- user_data
- 
            Type: gpointerUser data to pass to callback.The argument can be NULL.The data is owned by the caller of the method.