Package: gobject

Function g-value-uint

Lambda List

g-value-uint (gvalue)

Syntax

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

Arguments

gvalue -- a g-value of type +g-type-uint+
value -- an unsigned integer value

Details

Unsigned integer contents of gvalue. The g-value-uint function gets the contents of a g-value of type +g-type-uint+. The (setf g-value-uint) function sets the contents of a g-value to value.
 

See also

2021-12-14