Method

LspSignatureInformationget_label

Declaration

const gchar*
lsp_signature_information_get_label (
  LspSignatureInformation* self
)

Description

Gets the value of label.

The label of this signature. Will be shown in the UI.

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.