Method

LspSignatureHelpOptionsadd_trigger

Declaration

void
lsp_signature_help_options_add_trigger (
  LspSignatureHelpOptions* self,
  const gchar* trigger
)

Description

Appends a trigger character to LspSignatureHelpOptions:triggers.

Parameters

trigger

Type: const gchar*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.