API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
since: 2.24
const gchar* g_variant_get_type_string ( GVariant* value )
Returns the type string of value. Unlike the result of calling g_variant_type_peek_string(), this string is nul-terminated. This string belongs to GVariant and must not be freed.
value
GVariant
Available since: 2.24
Type: const gchar*
const gchar*
The type string for the type of value.