API Version: 3.0
Library Version: 2.91.1
Generated by gi-docgen 2025.3
unstable since: 3.0
void purple_circular_buffer_grow ( PurpleCircularBuffer* buffer, gsize len )
Increases the buffer size by a multiple of grow size, so that it can hold at least ‘len’ bytes.
Available since: 3.0
len
Type: gsize
gsize
The number of bytes the buffer should be able to hold.