Method

LspDocumentOnTypeFormattingOptionsset_first_trigger

Declaration

void
lsp_document_on_type_formatting_options_set_first_trigger (
  LspDocumentOnTypeFormattingOptions* self,
  const gchar* value
)

Description

Sets the value of first_trigger.

The character on which formatting should be triggered, like }.

Parameters

value

Type: const gchar*

The new value of first_trigger.

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