Method

LspTextDocumentItemget_text

Declaration

const gchar*
lsp_text_document_item_get_text (
  LspTextDocumentItem* self
)

Description

Gets the value of text.

The content of the opened text document.

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.