Method

LspTextDocumentContentChangeEventget_text

Declaration

const gchar*
lsp_text_document_content_change_event_get_text (
  LspTextDocumentContentChangeEvent* self
)

Description

Gets 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.

Return value

Type: const gchar*

The value of text.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.