Function

LspSignatureHelpnew

Declaration

LspSignatureHelp*
lsp_signature_help_new (
  LspSignatureInformation** signatures,
  gint signatures_length1,
  guint active_signature,
  guint active_parameter
)

Description

No description available.

Parameters

signatures

Type: An array of LspSignatureInformation*

No description available.

The length of the array is specified in the signatures_length1 argument.
The data is owned by the caller of the function.
signatures_length1

Type: gint

No description available.

active_signature

Type: guint

No description available.

active_parameter

Type: guint

No description available.

Return value

Type: LspSignatureHelp

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.