Function
GLibascii_strdown
Parameters
str |
const gchar* |
A string. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
len |
gssize |
Length of |
Return value
Returns: | gchar* |
A newly-allocated string, with all the upper case
characters in |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The value is a NUL terminated UTF-8 string. |