Constructor
LspSignatureHelpOptionsnew
Declaration
LspSignatureHelpOptions*
lsp_signature_help_options_new (
gchar** triggers,
gint triggers_length1
)
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_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: LspSignatureHelpOptions
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |