Package: glib
Function glib:variant-type-string
Lambda Listglib:variant-type-string (value) ArgumentsReturn ValueThe variant type string for the variant type of value. Details Returns the variant 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 |
2024-11-20