Method

LspParameterInformationget_label

Declaration

const gchar*
lsp_parameter_information_get_label (
  LspParameterInformation* self
)

Description

Gets the value of label.

The label of this parameter information.

Either a string of an informative substring of the signature label (e.g. the parameter name), or a tuple of two numbers that are the start and end offset within the signature label.

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.