Method
GLibStringChunkclear
since: 2.14
Declaration [src]
void
g_string_chunk_clear (
GStringChunk* chunk
)
Description [src]
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