mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
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:
committed by
Philip Withnall
parent
7e7a6271fe
commit
7880d87091
@@ -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>
|
||||
|
Reference in New Issue
Block a user