Skip to content

gfile (and GAppInfo): Add some missing async APIs and ensure async calls always use them

Marco Trevisan requested to merge 3v1n0/glib:more-async-gfile into main

Add some missing async APIs for creating symlinks or initiazling a new temporary file or folder.

Then, in order to make g_file_query_default_handler_async fully async, added few missing async APIs to GAppInfo and use them in GFile and in GAppInfo itself.

Edited by Marco Trevisan

Merge request reports