Method

LspSignatureInformationset_active_parameter

Declaration

void
lsp_signature_information_set_active_parameter (
  LspSignatureInformation* self,
  guint* value
)

Description

Sets the value of active_parameter.

The index of the active parameter.

If provided, this is used in place of SignatureHelp.active_parameter.

Since:

3.16.0.

Parameters

value

Type: guint*

The new value of active_parameter.

The argument can be NULL.
The data is owned by the caller of the method.