Method

LspCompletionOptionsadd_commit_trigger

Declaration

void
lsp_completion_options_add_commit_trigger (
  LspCompletionOptions* self,
  const gchar* trigger
)

Description

Appends a commit character to LspCompletionOptions:commit-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.