Package: gobject

Function gobject:value-string

Lambda List

gobject:value-string (gvalue)

Syntax

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

Arguments

gvalue -- a g:value of "gchararray" type
value -- caller-owned string to be duplicated for the g:value

Details

String content of gvalue. The g:value-string function gets the contents of a g:value instance of "gchararray" type. The (setf g:value-string) function sets the contents of a g:value instance to value.
 

See also

2024-12-22