Package: gobject

Function gobject:value-long

Lambda List

gobject:value-long (gvalue)

Syntax

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

Arguments

gvalue -- a g:value instance of "glong" type
value -- a long integer

Details

Long integer contents of gvalue. The g:value-long function gets the contents of a g:value instance of "glong" type. The (setf value-long) function sets the contents of a g:value instance to value.
 

See also

2024-12-22