Skip to content

Add g_string_append_filename

Matthias Clasen requested to merge g-string-append-filename into main

GTK has a number of places where we call g_build_filename in a loop, to create temporary filenames.

In these cases, it is nicer to reuse a GString and avoid some allocations. This API makes that possible.

Merge request reports