Method
GLibStringfree_and_steal
since: 2.76
Declaration [src]
gchar*
g_string_free_and_steal (
GString* string
)
Description [src]
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.