Method
GLibStringascii_up
Declaration [src]
GString*
g_string_ascii_up (
GString* string
)
Return value
Type: GString
Passed-in string
pointer, with all the
lowercase characters converted to uppercase in place,
with semantics that exactly match g_ascii_toupper().
The returned data is owned by the instance. |