Package: gobject

Function gobject:value-variant

Lambda List

gobject:value-variant (gvalue)

Syntax

(g:value-variant gvalue) => value
(setf (g:value-variant gvalue) value)

Arguments

gvalue -- a g:value instance of "GVariant" type
value -- a g:variant parameter

Details

Variant contents of gvalue. The g:value-variant function gets the contents of a g:value instance of type "GVariant". The (setf g:value-variant) function sets the contents.
 

See also

#2024-12-22