Package: gobject

Function g-value-ulong

Lambda List

g-value-ulong (gvalue)

Syntax

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

Arguments

gvalue -- a g-value of type +g-type-ulong+
value -- an unsigned long integer value

Details

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

See also

2021-12-14