Package: glib

Function g-variant-boolean

Lambda List

g-variant-boolean (value)

Arguments

value -- a boolean g-variant instance

Return Value

The 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