Method
GLibVariantdup_string
since: 2.24
Declaration [src]
gchar*
g_variant_dup_string (
GVariant* value,
gsize* length
)
Description [src]
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().
Available since: 2.24