Package: gobject

Function g-value-uint64

Lambda List

g-value-uint64 (gvalue)

Syntax

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

Arguments

gvalue -- a g-value of type +g-type-uint64
value -- an unsigned 64-bit integer value

Details

Unsigned 64-bit integer contents of gvalue. The g-value-uint64 function gets the contents of a g-value of type +g-type-uint64+. The (setf g-value-uint64) function sets the contents of a g-value to value.
 

See also

2021-12-14