Method
LspTextDocumentContentChangeEventinit
Declaration
void
lsp_text_document_content_change_event_init (
LspTextDocumentContentChangeEvent* self,
LspRange* range,
const gchar* text
)
Parameters
range-
Type:
LspRangeNo description available.
The argument can be NULL.The data is owned by the caller of the method. text-
Type:
const gchar*No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.