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
[−]
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.