API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
since: 2.24
gchar* g_variant_print ( GVariant* value, gboolean type_annotate )
Pretty-prints value in the format understood by g_variant_parse().
value
The format is described here.
If type_annotate is TRUE, then type information is included in the output.
type_annotate
TRUE
Available since: 2.24
Type: gboolean
gboolean
TRUE if type information should be included in the output.
Type: gchar*
gchar*
A newly-allocated string holding the result.