mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-08 22:00:06 +02:00
While it's possible to create a directory synchronously via g_dir_make_tmp(), there's no such API that performs it asynchronously. So implement it using GFile, using a thread to perform such task.