Method

LspCompletionItemLabelDetailsget_description

Declaration

const gchar*
lsp_completion_item_label_details_get_description (
  LspCompletionItemLabelDetails* self
)

Description

Gets 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.

Return value

Type: const gchar*

The value of description.

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