Method

LspParameterInformationset_label

Declaration

void
lsp_parameter_information_set_label (
  LspParameterInformation* self,
  const gchar* value
)

Description

Sets 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.

Parameters

value

Type: const gchar*

The new value of label.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.