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