Method

PurpleCircularBuffermark_read

since: 3.0

Declaration [src]

gboolean
purple_circular_buffer_mark_read (
  PurpleCircularBuffer* buffer,
  gsize len
)

Description [src]

Mark the number of bytes that have been read from the buffer.

Available since: 3.0

Parameters

len

Type: gsize

The number of bytes to mark as read.

Return value

Type: gboolean

TRUE if we successfully marked the bytes as having been read, FALSE otherwise.