Method

LspCompletionListset_is_incomplete

Declaration

void
lsp_completion_list_set_is_incomplete (
  LspCompletionList* self,
  gboolean value
)

Description

Sets 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.

Parameters

value

Type: gboolean

The new value of is_incomplete.