Method

LspSignatureInformationset_label

Declaration

void
lsp_signature_information_set_label (
  LspSignatureInformation* self,
  const gchar* value
)

Description

Sets the value of label.

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

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.