Method
LspDocumentOnTypeFormattingOptionsset_more_triggers
Declaration
void
lsp_document_on_type_formatting_options_set_more_triggers (
LspDocumentOnTypeFormattingOptions* self,
gchar** value,
gint value_length1
)
Parameters
value-
Type: An array of
gchar*The new value of
more_triggers.The argument can be NULL.The length of the array is specified in the value_length1argument.The data is owned by the caller of the method. Each element is a NUL terminated UTF-8 string. value_length1-
Type:
gintNo description available.