String.appendC

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

class String
appendC
(
char c
)

Parameters

c char

the byte to append onto the end of string

Return Value

Type: glib.string_.String

string