[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGio2' (#lcl)

g_file_copy_async

Declaration

Source position: lazgio2.pas line 8858

procedure g_file_copy_async(

  source: PGFile;

  destination: PGFile;

  flags: TGFileCopyFlags;

  io_priority: gint;

  cancellable: PGCancellable;

  progress_callback: TGFileProgressCallback;

  progress_callback_data: gpointer;

  callback: TGAsyncReadyCallback;

  user_data: gpointer

);