Function
LspCompletionListnew
Declaration
LspCompletionList*
lsp_completion_list_new (
gboolean is_incomplete,
LspCompletionItem** items,
gint items_length1
)
Parameters
is_incomplete-
Type:
gbooleanNo description available.
items-
Type: An array of
LspCompletionItem*No description available.
The length of the array is specified in the items_length1argument.The data is owned by the caller of the function. items_length1-
Type:
gintNo 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. |