API Version: 42.0
Library Version: 42.0
gboolean ide_buffer_get_loading ( IdeBuffer* self )
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.
ide_buffer_get_state()
IDE_BUFFER_STATE_LOADING
gboolean
TRUE if the buffer is loading; otherwise FALSE.
TRUE
FALSE