Valadoc | Vala | Tutorial | API-References | Markup

append_c


Description:

public unowned StringBuilder append_c (char c)

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

Parameters:

c the byte to append onto the end of string

Returns:

string