String.up
glib.string_.String up()Converts a #GString to uppercase.
Returns
string
Deprecated
This function uses the locale-specific
toupper() function, which is almost never the right thing. Use glib.string_.String.asciiUp or glib.global.utf8Strup instead.