Method

LspCompletionOptionsadd_trigger

Declaration

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

Description

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