Function

LspCompletionListnew

Declaration

LspCompletionList*
lsp_completion_list_new (
  gboolean is_incomplete,
  LspCompletionItem** items,
  gint items_length1
)

Description

No description available.

Parameters

is_incomplete

Type: gboolean

No description available.

items

Type: An array of LspCompletionItem*

No description available.

The length of the array is specified in the items_length1 argument.
The data is owned by the caller of the function.
items_length1

Type: gint

No description available.

Return value

Type: LspCompletionList

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.