Constructor

LspSignatureHelpOptionsnew

Declaration

LspSignatureHelpOptions*
lsp_signature_help_options_new (
  gchar** triggers,
  gint triggers_length1
)

Description

No description available.

Parameters

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: LspSignatureHelpOptions

No description available.

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