String.prependC
glib.string_.String prependC(char c)Adds a byte onto the start of a #GString, expanding it if necessary.
Parameters
c | the byte to prepend on the start of the #GString |
Returns
string
glib.string_.String prependC(char c)Adds a byte onto the start of a #GString, expanding it if necessary.
c | the byte to prepend on the start of the #GString |