Converts a string to lower case.
the string to convert.
the string
Deprecated: This function is totally broken for the reasons discussed in the g_strncasecmp() docs - use g_ascii_strdown() or g_utf8_strdown() instead.
See Implementation
Converts a string to lower case.