Method
IdeTransferManagerexecute_async
Declaration
void
ide_transfer_manager_execute_async (
IdeTransferManager* self,
IdeTransfer* transfer,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description
This is a convenience function that will queue transfer into the transfer
manager and execute callback upon completion of the transfer. The success
or failure GError will be propagated to the caller via ide_transfer_manager_execute_finish().
Parameters
transfer-
Type:
IdeTransferNo description available.
The data is owned by the caller of the method. cancellable-
Type:
GCancellableA
GCancellable.The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackA callback or
NULL.The argument can be NULL. user_data-
Type:
gpointerUser data for
callback.The argument can be NULL.The data is owned by the caller of the method.