Method

LspSignatureHelpOptionsset_retriggers

Declaration

void
lsp_signature_help_options_set_retriggers (
  LspSignatureHelpOptions* self,
  gchar** value,
  gint value_length1
)

Description

Sets the value of retriggers.

Parameters

value

Type: An array of gchar*

The new value of retriggers.

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

Type: gint

No description available.