Method

LspSignatureInformationget_active_parameter

Declaration

guint*
lsp_signature_information_get_active_parameter (
  LspSignatureInformation* self
)

Description

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

Return value

Type: guint*

The value of active_parameter.

The returned data is owned by the instance.
The return value can be NULL.