[ Version ( since = "2.20" ) ]
public string? to_string ()
Generates a textual representation of this that can be used for serialization such as when passing this to a different process or saving it to persistent storage.
Use new_for_string to get this back from the returned string.
The encoding of the returned string is proprietary to Icon except in the following two cases
this |
a Icon. |
An allocated NUL-terminated UTF8 string or null if this can't be serialized. Use g_free to free. |