Package: gobject

Function g-value-long

Lambda List

g-value-long (gvalue)

Syntax

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

Arguments

gvalue -- a g-value of type +g-type-long+
value -- a long integer value

Details

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

See also

2021-12-14