Function
LspSignatureHelpnew
Declaration
LspSignatureHelp*
lsp_signature_help_new (
LspSignatureInformation** signatures,
gint signatures_length1,
guint active_signature,
guint active_parameter
)
Parameters
signatures-
Type: An array of
LspSignatureInformation*No description available.
The length of the array is specified in the signatures_length1argument.The data is owned by the caller of the function. signatures_length1-
Type:
gintNo description available.
active_signature-
Type:
guintNo description available.
active_parameter-
Type:
guintNo 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. |