Method

LspDocumentOnTypeFormattingOptionsget_first_trigger

Declaration

const gchar*
lsp_document_on_type_formatting_options_get_first_trigger (
  LspDocumentOnTypeFormattingOptions* self
)

Description

Gets the value of first_trigger.

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

Return value

Type: const gchar*

The value of first_trigger.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.