Function

LspCompletionContextnew

Declaration

LspCompletionContext*
lsp_completion_context_new (
  LspCompletionTriggerKind trigger_kind,
  const gchar* trigger_character
)

Description

No description available.

Parameters

trigger_kind

Type: LspCompletionTriggerKind

No description available.

trigger_character

Type: const gchar*

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: LspCompletionContext

No description available.

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