Method

LspTextDocumentContentChangeEventset_text

Declaration

void
lsp_text_document_content_change_event_set_text (
  LspTextDocumentContentChangeEvent* self,
  const gchar* value
)

Description

Sets the value of text.

The new text for the provided range. If range is omitted, this is the new text for the entire document.

Parameters

self

Type: LspTextDocumentContentChangeEvent

No description available.

The argument can be NULL.
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.