main_file_copy_async


Description:


[ Version ( deprecated = true , deprecated_since = "0.35" ) ]
public async bool main_file_copy_async (MainChannel channel, File[] sources, FileCopyFlags flags, Cancellable? cancellable, FileProgressCallback? progress_callback) throws Error

Warning: main_file_copy_async is deprecated since 0.35.

See: file_copy_async

Note:

use file_copy_async instead.

Parameters:

channel

a MainChannel

sources

a null-terminated array of File objects to be transferred

flags

set of FileCopyFlags

cancellable

optional Cancellable object, null to ignore

progress_callback

function to callback with progress information, or null if progress information is not needed

callback

a TaskReadyCallback to call when the request is satisfied

progress_callback_data

user data to pass to progress_callback

user_data

the data to pass to callback function


Namespace: Spice