Package: gobject

Function g-value-int64

Lambda List

g-value-int64 (gvalue)

Syntax

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

Arguments

gvalue -- a g-value instance of type +g-type-int64+
value -- a 64-bit integer value

Details

The 64-bit integer contents of gvalue. The g-value-int64 function gets the contents of a g-value instance of type +g-type-int64+. The (setf g-value-int64) function set the contents of a g-value instance to value.
 

See also

2021-12-9