Package: gobject

Function gobject:value-schar

Lambda List

gobject:value-schar (gvalue)

Syntax

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

Arguments

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

Details

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

See also

2024-9-13