Package: gobject

Function g-value-schar

Lambda List

g-value-schar (gvalue)

Syntax

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

Arguments

gvalue -- a g-value of type +g-type-char+
value -- an integer with the character value

Details

Signed 8-bit integer contents of gvalue. The g-value-schar function gets the contents of a g-value of type +g-type-char+. The (setf g-value-schar) function sets the contents of a g-value to value.

Since 2.32
 

See also

2021-12-14