String.prependC

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

class String
prependC
(
char c
)

Parameters

c char

the byte to prepend on the start of the #GString

Return Value

Type: glib.string_.String

string