Method

IdeBufferAddinchange_settled

Declaration

void
ide_buffer_addin_change_settled (
  IdeBufferAddin* self,
  IdeBuffer* buffer
)

Description

This function is called when the buffer has settled after a number of changes provided by the user. It is a convenient way to know when you should perform more background work without having to coalesce work yourself.

Parameters

buffer

Type: IdeBuffer

An #ideBuffer.

The data is owned by the caller of the method.