Skip to content

gvalue: add "steal_string"

Alexander Slobodeniuk requested to merge Sasha/glib:gvalue-steal-string into main

A new call has been added to the API: g_value_steal_string ()

This call is needed to avoid an extra copy after serialization of the data.

Edited by Philip Withnall

Merge request reports