Method

LspCompletionClientCapsset_documentation_formats

Declaration

void
lsp_completion_client_caps_set_documentation_formats (
  LspCompletionClientCaps* self,
  LspMarkupKind* value,
  gint value_length1
)

Description

Sets the value of documentation_formats.

Parameters

value

Type: An array of LspMarkupKind

The new value of documentation_formats.

The argument can be NULL.
The length of the array is specified in the value_length1 argument.
The data is owned by the caller of the method.
value_length1

Type: gint

No description available.