Package: gobject

Function gobject:value-char

Lambda List

gobject:value-char (gvalue)

Syntax

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

Arguments

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

Details

The g:value-char function gets the contents of a g:value instance of "gchar" type. The (setf g:value-char) function sets the contents of a g:value instance 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

2024-9-13