Converts a #GString to lowercase.
Deprecated: This function uses the locale-specific tolower() function, which is almost never the right thing. Use g_string_ascii_down() or g_utf8_strdown() instead.
Return: the #GString
See Implementation
Converts a #GString to lowercase.