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