Method
LspTextEditinit
Declaration
void
lsp_text_edit_init (
LspTextEdit* self,
LspRange* range,
const gchar* new_text,
const gchar* annotation_id
)
Parameters
range-
Type:
LspRangeNo description available.
The data is owned by the caller of the method. new_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. annotation_id-
Type:
const gchar*No description available.
The argument can be NULL.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.