Similar to g_variant_get_string() except that instead of returning a constant string, the string is duplicated.
The string will always be UTF-8 encoded.
The return value must be freed using g_free().
a pointer to a #gsize, to store the length
a newly allocated string, UTF-8 encoded
2.24
See Implementation
Similar to g_variant_get_string() except that instead of returning a constant string, the string is duplicated.
The string will always be UTF-8 encoded.
The return value must be freed using g_free().