Package: glib

Function g-variant-type-string

Lambda List

g-variant-type-string (value)

Arguments

value -- a g-variant instance

Return Value

The type string for the type of value.

Details

Returns the type string of value.

Examples

(g-variant-type-string (g-variant-new-double 10.0d0)) => "d"
(g-variant-type-string (g-variant-new-string "test")) => "s"    
 

See also

*2021-10-8