Method

LspInlayHintget_label_parts

Declaration

LspInlayHintLabelPart**
lsp_inlay_hint_get_label_parts (
  LspInlayHint* self,
  gint* result_length1
)

Description

Gets the value of label_parts.

Parameters

result_length1

Type: gint*

No description available.

The argument will be set by the function.

Return value

Type: An array of LspInlayHintLabelPart*

The value of label_parts.

The length of the array is in the result_length1 argument.
The returned data is owned by the instance.
The return value can be NULL.