Valadoc | Vala | Tutorial | API-References | Markup

insert


Description:

public unowned StringBuilder insert (ssize_t pos, string val)

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

Parameters:

pos the position to insert the copy of the string
val the string to insert

Returns:

string