newTmpDirAsync

fun newTmpDirAsync(    tmpl: String? = null,     ioPriority: <Error class: unknown class>,     cancellable: Cancellable? = null,     callback: AsyncReadyCallback?)(source)

Asynchronously creates a directory in the preferred directory for temporary files (as returned by g_get_tmp_dir()) as g_dir_make_tmp().

Since

2.74

Parameters

tmpl

Template for the file name, as in g_dir_make_tmp(), or null for a default template

ioPriority

the iface.AsyncResult.html#io-priority of the request

cancellable

optional #GCancellable object, null to ignore

callback

a #GAsyncReadyCallback to call when the request is done