Method

LspChangeAnnotationget_label

Declaration

const gchar*
lsp_change_annotation_get_label (
  LspChangeAnnotation* self
)

Description

Gets the value of label.

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

Return value

Type: const gchar*

The value of label.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.