Virtual Method
PurpleCircularBufferappend
unstable since: 3.0
[−]
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 method. len
-
Type:
gsize
Number of bytes to copy into the buffer.