String.insert

glib.string_.String insert(ptrdiff_t pos, string val)

Inserts a copy of a string into a #GString, expanding it if necessary.

Parameters

posthe position to insert the copy of the string
valthe string to insert

Returns

string