StringG.down

Converts a GString to lowercase.

More...
class StringG
down
()

Return Value

Type: StringG

Detailed Description

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.