String.insertC

glib.string_.String insertC(ptrdiff_t pos, char c)

Inserts a byte into a #GString, expanding it if necessary.

Parameters

posthe position to insert the byte
cthe byte to insert

Returns

string