Function

LspDocumentOnTypeFormattingOptionsnew

Declaration

LspDocumentOnTypeFormattingOptions*
lsp_document_on_type_formatting_options_new (
  const gchar* first_trigger,
  gchar** more_triggers,
  gint more_triggers_length1
)

Description

No description available.

Parameters

first_trigger

Type: const gchar*

No description available.

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

Type: An array of gchar*

No description available.

The argument can be NULL.
The length of the array is specified in the more_triggers_length1 argument.
The data is owned by the caller of the function.
Each element is a NUL terminated UTF-8 string.
more_triggers_length1

Type: gint

No description available.

Return value

Type: LspDocumentOnTypeFormattingOptions

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.