Package: glib
Function g-variant-new-string
Lambda Listg-variant-new-string (value) ArgumentsReturn ValueA 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