Package: gobject

Function gobject:value-boxed

Lambda List

gobject:value-boxed (gvalue)

Syntax

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

Arguments

gvalue -- a g:value instance of "GBoxed" type
value -- a boxed value

Details

Boxed contents of gvalue. The g:value-boxed function gets the contents of a g:value instance derived of the "GBoxed" type. The (setf g:value-boxed) function sets the contents of a g:value instance to value.
 

See also

2024-12-22