Package: gobject

Function g-value-boxed

Lambda List

g-value-boxed (gvalue)

Syntax

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

Arguments

gvalue -- a g-value of +g-type-boxed+ derived type
value -- a boxed value

Details

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

See also

2021-12-14