Package: gobject

Function gobject:value-uint64

Lambda List

gobject:value-uint64 (gvalue)

Syntax

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

Arguments

gvalue -- a g:value instance of "guint64" type
value -- an unsigned 64-bit integer

Details

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

See also

2024-12-22