Package: gobject

Function gobject:value-int64

Lambda List

gobject:value-int64 (gvalue)

Syntax

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

Arguments

gvalue -- a g:value instance of "gint64" type
value -- a 64-bit integer

Details

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

See also

2024-12-22