Method

LspSignatureInformationadd_parameter

Declaration

void
lsp_signature_information_add_parameter (
  LspSignatureInformation* self,
  LspParameterInformation* parameter
)

Description

Appends a parameter to LspSignatureInformation:parameters.

Parameters

parameter

Type: LspParameterInformation

No description available.

The data is owned by the caller of the method.