Skip to content

Mark g_mkdtemp() as (transfer full) for the template parameter

Sebastian Dröge requested to merge sdroege/glib:g_mkdtemp_transfer_full into main

The template is passed in, modified and then returned again which is conceptually like passing ownership of it to the function and getting a new string back.


CC @ebassi

Merge request reports