TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Convert a string from UTF-8 to a 32-bit fixed width representation as UCS-4.
A trailing nul character (U+0000) will be added to the string after the converted text.
a UTF-8 encoded string
the maximum length of str to use, in bytes. If len is negative, then the string is nul-terminated.
str
len
a pointer to a newly allocated UCS-4 string. This value must be freed with GLib.free.
Convert a string from UTF-8 to a 32-bit fixed width representation as UCS-4.
A trailing nul character (U+0000) will be added to the string after the converted text.