gvalue: add g_value_steal_string()

This call is needed to avoid an extra copy after
serialization of the data.
This commit is contained in:
Alexander Slobodeniuk
2023-11-03 17:00:11 +01:00
committed by Philip Withnall
parent 7e7a6271fe
commit 7880d87091
4 changed files with 60 additions and 1 deletions

View File

@@ -719,6 +719,7 @@ g_value_take_string
g_value_set_string_take_ownership
g_value_get_string
g_value_dup_string
g_value_steal_string
g_value_set_interned_string
<SUBSECTION GParamSpec>