Marco Trevisan (Treviño) 22e951e6ac gfile: Add Async API to create a temporary directory and return as GFile
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.
2022-06-22 20:07:30 +02:00
..
2022-05-18 14:01:43 +00:00
2022-06-09 17:08:42 +02:00