API Version: 42.0
Library Version: 42.0
Generated by gi-docgen 2023.1
since: 3.32
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
Available since: 3.32
Type: gboolean
gboolean
TRUE if the buffer is loading; otherwise FALSE.
TRUE
FALSE