Function
GLibStringChunknew
Description
Creates a new GStringChunk
.
This function is not directly available to language bindings.
Parameters
size
-
Type:
gsize
The default size of the blocks of memory which are allocated to store the strings. If a particular string is larger than this default size, a larger block of memory will be allocated for it.
Return value
Type: GStringChunk
A new GStringChunk
.
The data is owned by the called function. |