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
append
Description:
public
unowned
StringBuilder
append
(
string
val)
Adds a string onto the end of a
StringBuilder
, expanding it if necessary.
Parameters:
val
the string to append onto the end of string
Returns:
string