API Version: 3.0
Library Version: 3.0
Generated by gi-docgen 2026.1
void lsp_completion_list_set_is_incomplete ( LspCompletionList* self, gboolean value )
Sets the value of is_incomplete.
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.
value
Type: gboolean
gboolean
The new value of is_incomplete.