Method

LspSignatureInformationset_parameters

Declaration

void
lsp_signature_information_set_parameters (
  LspSignatureInformation* self,
  LspParameterInformation** value,
  gint value_length1
)

Description

Sets the value of parameters.

Parameters

value

Type: An array of LspParameterInformation*

The new value of parameters.

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.
value_length1

Type: gint

No description available.