Package: gobject

Function gobject:value-uchar

Lambda List

gobject:value-uchar (gvalue)

Syntax

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

Arguments

gvalue -- a g:value instance of "guchar" type
value -- an unsigned 8-bit integer with the unsigned character value

Details

The g:value-uchar function gets the contents of a g:value instance of "guchar" type. The (setf g:value-uchar) function sets the contents of a g:value instance to value.
 

See also

2024-9-13