String.append

Adds a string onto the end of a #GString, expanding it if necessary.

class String
append
(
string val
)

Parameters

val string

the string to append onto the end of string

Return Value

Type: glib.string_.String

string