Method

LspCompletionItemadd_commit_char

Declaration

void
lsp_completion_item_add_commit_char (
  LspCompletionItem* self,
  const gchar* character
)

Description

Appends a character to LspCompletionItem:commit-chars.

Parameters

character

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.