API Version: 2.0
Library Version: 2.83.2
Generated by gi-docgen 2024.1
GString* g_string_insert_c ( GString* string, gssize pos, gchar c )
Inserts a byte into a GString, expanding it if necessary.
GString
pos
Type: gssize
gssize
The position to insert the byte.
c
Type: gchar
gchar
The byte to insert.
Type: GString
string.
string