Function
Dexfile_append_to
unstable since: 1.2
Declaration [src]
DexFuture*
dex_file_append_to (
GFile* file,
GFileCreateFlags flags,
int io_priority
)
Parameters
file-
Type:
GFileA
GFile.The data is owned by the caller of the function. flags-
Type:
GFileCreateFlagsFlags for appending to the file.
io_priority-
Type:
intPriority for the IO operation.
Return value
Type: DexFuture
A DexFuture that resolves to a
GFileOutputStream or rejects with error.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |