Function
Dexfile_create
unstable since: 1.1
Declaration [src]
DexFuture*
dex_file_create (
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 creating 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. |