Package: gobject

Function g-value-char

Lambda List

g-value-char (gvalue)

Syntax

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

Arguments

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

Details

Character contents of gvalue. The g-value-char function gets the contents of a g-value of type +g-type-char+. The (setf g-value-char) function sets the contents of a g-value to value.

Warning

The g-value-char function has been deprecated since version 2.32 and should not be used in newly written code. The function return type is broken, see the g-value-schar function.
 

See also

2021-12-14