Method

LspSignatureHelpset_active_signature

Declaration

void
lsp_signature_help_set_active_signature (
  LspSignatureHelp* self,
  guint value
)

Description

Sets the value of active_signature.

The active signature. If omitted or the value lies outside the range of signatures, the value defaults to zero or is ignored if signatures.length == 0.

Parameters

value

Type: guint

The new value of active_signature.