Method

LspCompletionItemget_label_details

Declaration

LspCompletionItemLabelDetails*
lsp_completion_item_get_label_details (
  LspCompletionItem* self
)

Description

Gets the value of label_details.

Additional details for the label.

Since:

3.17.0.

Return value

Type: LspCompletionItemLabelDetails

The value of label_details.

The returned data is owned by the instance.
The return value can be NULL.