Package: gobject

Function g-value-flags

Lambda List

g-value-flags (gvalue)

Syntax

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

Arguments

gvalue -- a g-value whose type is derived from +g-type-flags+
value -- an unsigned integer with the flags value

Details

Flags contents of gvalue. The g-value-flags function gets the contents of a g-value of type +g-type-flags+. The (setf g-value-flags) function sets the contents of a g-value to vaiue.
 

See also

2021-12-14