g_file_copy_async ( file destination flags io_priority cancellable progress_callback progress_callback_data callback user_data -- )


Vocabulary
gio.ffi

Inputs
filean object
destinationan object
flagsan object
io_priorityan object
cancellablean object
progress_callbackan object
progress_callback_dataan object
callbackan object
user_dataan object


Outputs
None

Definition


LIBRARY: gio FUNCTION: void g_file_copy_async
( GFile* file, GFile* destination, GFileCopyFlags flags,
gint io_priority, GCancellable* cancellable,
GFileProgressCallback progress_callback, gpointer
progress_callback_data, GAsyncReadyCallback callback,
gpointer user_data )