Method

LspChangeAnnotationset_label

Declaration

void
lsp_change_annotation_set_label (
  LspChangeAnnotation* self,
  const gchar* value
)

Description

Sets the value of label.

A human-readable string describing the actual change. The string is rendered prominent in the user interface.

Parameters

value

Type: const gchar*

The new value of label.

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