API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.4
since: 2.76
gchar* g_string_free_and_steal ( GString* string )
Frees the memory allocated for the GString.
GString
The caller gains ownership of the buffer and must free it after use with g_free().
Available since: 2.76
Type: gchar*
gchar*
The character data of string.
string