Package: gobject

Function g-value-string

Lambda List

g-value-string (gvalue)

Syntax

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

Arguments

gvalue -- a g-value of type "gchararray"
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 of type "gchararray". The (setf g-value-string) function sets the contents of a g-value to value.
 

See also

2021-12-14