Method

LspDocumentOnTypeFormattingOptionsadd_trigger

Declaration

void
lsp_document_on_type_formatting_options_add_trigger (
  LspDocumentOnTypeFormattingOptions* self,
  const gchar* trigger
)

Description

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