Package: gobject

Function gobject:value-ulong

Lambda List

gobject:value-ulong (gvalue)

Syntax

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

Arguments

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

Details

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

See also

2024-12-22