Package: gobject

Function g-value-param

Lambda List

g-value-param (gvalue)

Syntax

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

Arguments

gvalue -- a g-value whose type is derived from +g-value-param+
value -- a g-param-spec value

Details

The g-param-spec content of gvalue. The g-value-param function gets the contents of a g-value of type +g-type-param+. The (setf g-value-param) function sets the contents of a g-value to value.
 

See also

2021-12-14