Method

LspCompletionItemget_label

Declaration

const gchar*
lsp_completion_item_get_label (
  LspCompletionItem* self
)

Description

Gets the value of label.

The label of this completion item.

The label property is also by default the text that is inserted when selecting this completion.

If label details are provided, the label itself should be an unqualified name of the completion item.

Return value

Type: const gchar*

The value of label.

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