Function
LspCompletionOptionsnew
Declaration
LspCompletionOptions*
lsp_completion_options_new (
gboolean supports_resolve,
gchar** triggers,
gint triggers_length1
)
Parameters
supports_resolve-
Type:
gbooleanNo 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_length1argument.The data is owned by the caller of the function. Each element is a NUL terminated UTF-8 string. triggers_length1-
Type:
gintNo 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. |