Struct

LspCompletionList

Description

struct LspCompletionList {
  /* No available fields */
}

Represents a collection of LspCompletionItem items to be presented in the editor.

Since: 3.2.0.

Constructors

lsp_completion_list_new
No description available.

lsp_completion_list_new_from_variant
No description available.

Instance methods

lsp_completion_list_ref
No description available.

lsp_completion_list_unref
No description available.

lsp_completion_list_get_is_incomplete

Gets the value of is_incomplete.

lsp_completion_list_set_is_incomplete

Sets the value of is_incomplete.

lsp_completion_list_get_items

Gets the value of items.

lsp_completion_list_set_items

Sets the value of items.

lsp_completion_list_add_item

Appends an item to LspCompletionList:items.

lsp_completion_list_to_variant
No description available.