Method
GLibStringChunkfree
Description
Frees all memory allocated by the GStringChunk
.
After calling g_string_chunk_free()
it is not safe to
access any of the strings which were contained within it.
Parameters
chunk
-
Type:
GStringChunk
A
GStringChunk
.The instance takes ownership of the data, and is responsible for freeing it.