StringGChunk.this

Creates a new GStringChunk.

  1. this(GStringChunk* gStringChunk)
  2. this(gsize size)
    class StringGChunk
    this

Parameters

size 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.

Throws

ConstructionException GTK+ fails to create the object.

Meta