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 |
GFile* |
A |
|
The data is owned by the caller of the function. | |
destination |
GFile* |
A |
|
The data is owned by the caller of the function. | |
flags |
GFileCopyFlags |
The |
|
io_priority |
int |
IO priority such as |
Return value
Returns: | DexFuture |
A |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |