Method

LspEditorget_init_result

Declaration

LspInitializeResult*
lsp_editor_get_init_result (
  LspEditor* self
)

Description

Gets the value of init_result.

Gets propertyLsp.Editor:init-result

Return value

Type: LspInitializeResult

The value of init_result.

The returned data is owned by the instance.
The return value can be NULL.