Method

LspCompletionListget_items

Declaration

LspCompletionItem**
lsp_completion_list_get_items (
  LspCompletionList* self,
  gint* result_length1
)

Description

Gets the value of items.

Parameters

result_length1

Type: gint*

No description available.

The argument will be set by the function.

Return value

Type: An array of LspCompletionItem*

The value of items.

The length of the array is in the result_length1 argument.
The returned data is owned by the instance.