String.overwrite

glib.string_.String overwrite(size_t pos, string val)

Overwrites part of a string, lengthening it if necessary.

Parameters

posthe position at which to start overwriting
valthe string that will overwrite the string starting at pos

Returns

string