String.down
glib.string_.String down()Converts a #GString to lowercase.
Returns
the #GString
Deprecated
This function uses the locale-specific
tolower() function, which is almost never the right thing. Use glib.string_.String.asciiDown or glib.global.utf8Strdown instead.