Method
PurpleCircularBufferappend
unstable since: 3.0
Declaration [src]
void
purple_circular_buffer_append (
PurpleCircularBuffer* buffer,
gconstpointer src,
gsize len
)
Description [src]
Append data to the PurpleCircularBuffer. This will grow the internal buffer to fit the added data, if needed.
Available since: 3.0