Method
GioFilemake_directory_finish
Declaration
gboolean
g_file_make_directory_finish (
GFile* file,
GAsyncResult* result,
GError** error
)
Description
Finishes an asynchronous directory creation, started with g_file_make_directory_async().
Available since: | 2.38 |
Parameters
result |
GAsyncResult |
A |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |