Method

PurpleCircularBufferget_used

since: 3.0

Declaration [src]

gsize
purple_circular_buffer_get_used (
  PurpleCircularBuffer* buffer
)

Description [src]

Returns the number of bytes of this buffer that contain unread data.

Available since: 3.0

Return value

Type: gsize

The number of bytes that contain unread data.