Converts all upper case ASCII letters to lower case ASCII letters.
a GString
passed-in string pointer, with all the upper case characters converted to lower case in place, with semantics that exactly match g_ascii_tolower().
See Implementation
Converts all upper case ASCII letters to lower case ASCII letters.