Method

LspEditorinitialize_async

Declaration

void
lsp_editor_initialize_async (
  LspEditor* self,
  LspWorkspaceFolder* primary_workspace,
  LspWorkspaceFolder** secondary_workspaces,
  gint secondary_workspaces_length1,
  GAsyncReadyCallback _callback_,
  void* _callback__target
)

Description

Initializes the server, if we’re connected to one.

See also: lsp_server_initialize_async().

Parameters

primary_workspace

Type: LspWorkspaceFolder

No description available.

The data is owned by the caller of the method.
secondary_workspaces

Type: An array of LspWorkspaceFolder*

No description available.

The argument can be NULL.
The length of the array is specified in the secondary_workspaces_length1 argument.
The data is owned by the caller of the method.
secondary_workspaces_length1

Type: gint

No description available.

_callback_

Type: GAsyncReadyCallback

No description available.

The argument can be NULL.
_callback__target

Type: void*

No description available.

The argument can be NULL.
The data is owned by the caller of the method.