String.down

Converts a #GString to lowercase.

More...
class String
down
()

Return Value

Type: glib.string_.String

the #GString

Detailed Description

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.