Package: gobject

Function gobject:value-gtype

Lambda List

gobject:value-gtype (gvalue)

Syntax

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

Arguments

gvalue -- a valid g:value instance of g:type-t type ID
value -- a g:type-t type ID value

Return Value

The g:type-t type ID stored in gvalue.

Details

The g:value-gtype function gets the contents of a g:type-t type ID value. The (setf g:value-gtype) function sets the contents.
 

See also

2024-12-22