Method

LspCompletionItemset_label_details

Declaration

void
lsp_completion_item_set_label_details (
  LspCompletionItem* self,
  LspCompletionItemLabelDetails* value
)

Description

Sets the value of label_details.

Additional details for the label.

Since:

3.17.0.

Parameters

value

Type: LspCompletionItemLabelDetails

The new value of label_details.

The argument can be NULL.
The data is owned by the caller of the method.