Function
GLibutf16_to_ucs4
Declaration
gunichar*
g_utf16_to_ucs4 (
const gunichar2* str,
glong len,
glong* items_read,
glong* items_written,
GError** error
)
Parameters
str |
const gunichar2* |
A UTF-16 encoded string. |
|
The data is owned by the caller of the function. | |
len |
glong |
The maximum length (number of #gunichar2) of |
|
items_read |
glong* |
Location to store number of
words read, or |
|
The argument will be set by the function. | |
The argument can be NULL . | |
items_written |
glong* |
Location to store number
of characters written, or |
|
The argument will be set by the function. | |
The argument can be NULL . | |
error |
GError ** |
The return location for a GError* , or NULL . |