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:
LspTextDocumentContentChangeEventNo description available.
The argument can be NULL.