Package: glib
Function g-variant-type-string
Lambda Listg-variant-type-string (value) ArgumentsReturn ValueThe 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