File.makeDirectoryAsync

Asynchronously creates a directory. Virtual: make_directory_async Since 2.38

class File
void
makeDirectoryAsync

Parameters

ioPriority int

the I/O priority of the request

cancellable Cancellable

optional GCancellable object, NULL to ignore. [allow-none]

callback GAsyncReadyCallback

a GAsyncReadyCallback to call when the request is satisfied

userData void*

the data to pass to callback function

Meta