String.insertC
glib.string_.String insertC(ptrdiff_t pos, char c)Inserts a byte into a #GString, expanding it if necessary.
Parameters
pos | the position to insert the byte |
c | the byte to insert |
Returns
string
glib.string_.String insertC(ptrdiff_t pos, char c)Inserts a byte into a #GString, expanding it if necessary.
pos | the position to insert the byte |
c | the byte to insert |