Skip to content

gstring: add g_string_new_take

Peter Eisenmann requested to merge p3732/glib:wip/p3732/g-string-new-steal into main

Adds a GString constructor that takes over ownership of an existing, dynamically allocated, string.

Merge request reports