Package: gobject

Function gobject:value-uint

Lambda List

gobject:value-uint (gvalue)

Syntax

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

Arguments

gvalue -- a g:value instance of "guint" type
value -- an unsigned integer

Details

Unsigned integer contents of gvalue. The g:value-uint function gets the contents of a g:value instance of "guint" type. The (setf value-uint) function sets the contents of a g:value instance to value.
 

See also

2024-12-22