Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
glib-2.0
GLib
StringBuilder
StringBuilder
StringBuilder.sized
append
append_c
append_len
append_printf
append_unichar
append_vprintf
assign
erase
insert
insert_unichar
prepend
prepend_c
prepend_len
prepend_unichar
printf
truncate
vprintf
allocated_len
len
str
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