Method

LspWorkspaceEditset_change_annotation

Declaration

void
lsp_workspace_edit_set_change_annotation (
  LspWorkspaceEdit* self,
  const gchar* identifier,
  LspChangeAnnotation* annotation
)

Description

Adds or replaces a change annotation.

Parameters

identifier

Type: const gchar*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
annotation

Type: LspChangeAnnotation

No description available.

The data is owned by the caller of the method.