Method

GLibStringChunkclear

since: 2.14

Declaration

void
g_string_chunk_clear (
  GStringChunk* chunk
)

Description

Frees all strings contained within the GStringChunk. After calling g_string_chunk_clear() it is not safe to access any of the strings which were contained within it.

Available since: 2.14