Method

LspTextDocumentItemset_text

Declaration

void
lsp_text_document_item_set_text (
  LspTextDocumentItem* self,
  const gchar* value
)

Description

Sets the value of text.

The content of the opened text document.

Parameters

value

Type: const gchar*

The new value of text.

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