Method

LspSignatureHelpset_signatures

Declaration

void
lsp_signature_help_set_signatures (
  LspSignatureHelp* self,
  LspSignatureInformation** value,
  gint value_length1
)

Description

Sets the value of signatures.

Parameters

value

Type: An array of LspSignatureInformation*

The new value of signatures.

The length of the array is specified in the value_length1 argument.
The data is owned by the caller of the method.
value_length1

Type: gint

No description available.