Package: glib

Function g-variant-new-string

Lambda List

g-variant-new-string (value)

Arguments

string -- a normal UTF-8 string

Return Value

A floating reference to a new g-variant string.

Details

Creates a g-variant string with the contents of string. The string must be valid UTF-8. Use the g-variant-string function to retrieve the string.

Examples

(g-variant-new-string "This is a string.") #.(SB-SYS:INT-SAP #X55EF04FDCE00)
(g-variant-string *) => "This is a string."    
 

See also

*2021-10-31