Package: gobject

Function gobject:value-int

Lambda List

gobject:value-int (gvalue)

Syntax

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

Arguments

gvalue -- a g:value instance of "gint" type
value -- an integer

Details

Integer contents of gvalue. The g:value-int function gets the contents of a g:value instance of "gint" type. The (setf value-int) function sets the contents of a g:value instance to value.
 

See also

2024-12-22