Function

LspCompletionOptionsnew

Declaration

LspCompletionOptions*
lsp_completion_options_new (
  gboolean supports_resolve,
  gchar** triggers,
  gint triggers_length1
)

Description

No description available.

Parameters

supports_resolve

Type: gboolean

No description available.

triggers

Type: An array of gchar*

No description available.

The argument can be NULL.
The length of the array is specified in the triggers_length1 argument.
The data is owned by the caller of the function.
Each element is a NUL terminated UTF-8 string.
triggers_length1

Type: gint

No description available.

Return value

Type: LspCompletionOptions

No description available.

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