Method

LspCompletionItemLabelDetailsset_description

Declaration

void
lsp_completion_item_label_details_set_description (
  LspCompletionItemLabelDetails* self,
  const gchar* value
)

Description

Sets the value of description.

An optional string which is rendered less prominently after the detail string. Should be used for fully qualified names or file paths.

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.