Method

LspCompletionItemset_detail

Declaration

void
lsp_completion_item_set_detail (
  LspCompletionItem* self,
  const gchar* value
)

Description

Sets the value of detail.

A human-readable string with additional information about this item, like type or symbol information.

Parameters

value

Type: const gchar*

The new value of detail.

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