Method
GLibStringfree_and_steal
since: 2.76
Description
Frees the memory allocated for the GString
.
The caller gains ownership of the buffer and must free it after use with g_free().
Available since: 2.76
Parameters
string
-
Type:
GString
A
GString
.The instance takes ownership of the data, and is responsible for freeing it.