Method

LspChangeAnnotationset_description

Declaration

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

Description

Sets the value of description.

A human-readable string which is rendered less prominent in the user interface.

Parameters

value

Type: const gchar*

The new value of description.

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