Method

LspSignatureHelpset_active_parameter

Declaration

void
lsp_signature_help_set_active_parameter (
  LspSignatureHelp* self,
  guint value
)

Description

Sets the value of active_parameter.

The active parameter of the active signature. If omitted or the value lies outside the range of signatures[activeSignature].parameters, it defaults to 0.

Parameters

value

Type: guint

The new value of active_parameter.