String.appendC
glib.string_.String appendC(char c)Adds a byte onto the end of a #GString, expanding it if necessary.
Parameters
c | the byte to append onto the end of string |
Returns
string
glib.string_.String appendC(char c)Adds a byte onto the end of a #GString, expanding it if necessary.
c | the byte to append onto the end of string |