String.setSize

glib.string_.String setSize(size_t len)

Sets the length of a #GString. If the length is less than the current length, the string will be truncated. If the length is greater than the current length, the contents of the newly added area are undefined. (However, as always, string->str

Parameters

lenthe new length

Returns

string