Method

LspCompletionClientCapsget_documentation_formats

Declaration

LspMarkupKind*
lsp_completion_client_caps_get_documentation_formats (
  LspCompletionClientCaps* self,
  gint* result_length1
)

Description

Gets the value of documentation_formats.

Parameters

result_length1

Type: gint*

No description available.

The argument will be set by the function.

Return value

Type: An array of LspMarkupKind

The value of documentation_formats.

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.