Virtual Method

LspEditorapply_workspace_edit_async

Declaration

void
apply_workspace_edit_async (
  LspEditor* self,
  LspWorkspaceEdit* edit,
  const gchar* label,
  GAsyncReadyCallback _callback_,
  void* _callback__target
)

Description

The workspace/applyEdit request is sent from the server to the client to apply a workspace edit.

Parameters

edit

Type: LspWorkspaceEdit

The workspace edit to apply.

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

Type: const gchar*

An optional label describing the edit.

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

Type: GAsyncReadyCallback

No description available.

_callback__target

Type: void*

No description available.

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