Package: gobject

Function g-value-uchar

Lambda List

g-value-uchar (gvalue)

Syntax

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

Arguments

gvalue -- a g-value of type +g-type-uchar+
value -- an unsigned 8-bit integer with the unsigned character value

Details

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

See also

2021-12-14