Converts a #GString to lowercase.
the #GString
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.
See Implementation
Converts a #GString to lowercase.