Virtual Method

PurpleCircularBufferappend

since: 3.0

Declaration [src]

void
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

Parameters

src

Type: gconstpointer

Pointer to the data to copy into the buffer.

The argument can be NULL.
The data is owned by the caller of the function.
len

Type: gsize

Number of bytes to copy into the buffer.