Method

LspCompletionListget_is_incomplete

Declaration

gboolean
lsp_completion_list_get_is_incomplete (
  LspCompletionList* self
)

Description

Gets the value of is_incomplete.

This list is not complete. Further typing should result in recomputing this list.

Recomputed lists have all their items replaced (not appended) in the incomplete completion sessions.

Return value

Type: gboolean

The value of is_incomplete.