Method

LspCompletionItemget_detail

Declaration

const gchar*
lsp_completion_item_get_detail (
  LspCompletionItem* self
)

Description

Gets the value of detail.

A human-readable string with additional information about this item, like type or symbol information.

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.