Converts a GString to uppercase.
string
Deprecated: This function uses the locale-specific toupper() function, which is almost never the right thing. Use g_string_ascii_up() or g_utf8_strup() instead.
Converts a GString to uppercase.