Method

GLibStringChunkfree

Declaration

void
g_string_chunk_free (
  GStringChunk* chunk
)

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.