Function
Dexfile_copy
Declaration [src]
DexFuture*
dex_file_copy (
GFile* source,
GFile* destination,
GFileCopyFlags flags,
int io_priority
)
Description [src]
Asynchronously copies a file and returns a DexFuture which
can be observed for the result.
Parameters
source-
Type:
GFileA
GFile.The data is owned by the caller of the function. destination-
Type:
GFileA
GFile.The data is owned by the caller of the function. flags-
Type:
GFileCopyFlagsA set of
GFileCopyFlags. io_priority-
Type:
intThe IO priority of the request.