API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
GString* g_string_append_c ( GString* string, gchar c )
Adds a byte onto the end of a GString, expanding it if necessary.
GString
c
Type: gchar
gchar
The byte to append onto the end of string.
string
Type: GString
string.