Method

LspCompletionItemLabelDetailsget_detail

Declaration

const gchar*
lsp_completion_item_label_details_get_detail (
  LspCompletionItemLabelDetails* self
)

Description

Gets the value of detail.

An optional string which is rendered less prominently directly after detail, without any spacing. Should be used for function signatures or type annotations.

Return value

Type: const gchar*

The value of detail.

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