Virtual Method

PurpleCircularBuffergrow

since: 3.0

Declaration [src]

void
grow (
  PurpleCircularBuffer* buffer,
  gsize len
)

Description [src]

Increases the buffer size by a multiple of grow size, so that it can hold at least ‘len’ bytes.

Available since: 3.0

Parameters

len

Type: gsize

The number of bytes the buffer should be able to hold.