Variant.getTypeString

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. Since 2.24

class Variant
string
getTypeString
()

Return Value

Type: string

the type string for the type of value

Meta