Similar to Variant.getString 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
Similar to Variant.getString 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().