StringChunk.this

Creates a new #GStringChunk.

  1. this(GStringChunk* gStringChunk, bool ownedRef)
  2. this(size_t size)
    class StringChunk
    this
    (
    size_t size
    )

Parameters

size size_t

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

a new #GStringChunk

Throws

ConstructionException GTK+ fails to create the object.

Meta