String.prepend

Adds a string on to the start of a #GString, expanding it if necessary.

class String
prepend
(
string val
)

Parameters

val string

the string to prepend on the start of string

Return Value

Type: glib.string_.String

string