Method

LspSignatureHelpadd_signature

Declaration

void
lsp_signature_help_add_signature (
  LspSignatureHelp* self,
  LspSignatureInformation* signature
)

Description

Appends a signature to LspSignatureHelp:signatures.

Parameters

signature

Type: LspSignatureInformation

No description available.

The data is owned by the caller of the method.