Method

IdeBufferget_loading

Declaration

gboolean
ide_buffer_get_loading (
  IdeBuffer* self
)

Description

This checks to see if the buffer is currently loading. This is equivalent to calling ide_buffer_get_state() and checking for IDE_BUFFER_STATE_LOADING.

Return value

Type: gboolean

TRUE if the buffer is loading; otherwise FALSE.