Valadoc | Vala | Tutorial | API-References | Markup

prepend_c


Description:

public unowned StringBuilder prepend_c (char c)

Adds a byte onto the start of a StringBuilder, expanding it if necessary.

Parameters:

c the byte to prepend on the start of the StringBuilder

Returns:

string