Function
LspCompletionContextnew
Declaration
LspCompletionContext*
lsp_completion_context_new (
LspCompletionTriggerKind trigger_kind,
const gchar* trigger_character
)
Parameters
trigger_kind-
Type:
LspCompletionTriggerKindNo 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. |