Package: glib
Function g-variant-boolean
Lambda Listg-variant-boolean (value) ArgumentsReturn ValueThe boolean values true or false. Details Returns the boolean value of value.
It is an error to call this function with a value of any type other than a g-variant-type type with the type string "b". Examples(g-variant-boolean (g-variant-new-boolean nil)) => NIL (g-variant-boolean (g-variant-new-boolean t)) => T | See also |
*2021-10-8