API Version: 1
Library Version: 1.2.alpha
Generated by gi-docgen 2026.1
unstable since: 1.2
DexFuture* dex_file_new_tmp_dir ( const char* tmpl, int io_priority )
Wraps g_file_new_tmp_dir_async() as a DexFuture.
g_file_new_tmp_dir_async()
DexFuture
Available since: 1.2
tmpl
Type: const char*
const char*
Template for the directory name, or NULL.
NULL
io_priority
Type: int
int
Priority for the IO operation.
Type: DexFuture
A DexFuture that resolves to a GFile or rejects with error.
GFile