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:
GStringChunkA
GStringChunk.The instance takes ownership of the data, and is responsible for freeing it.