Method

LspTextEditset_new_text

Declaration

void
lsp_text_edit_set_new_text (
  LspTextEdit* self,
  const gchar* value
)

Description

Sets the value of new_text.

The string to be inserted. For delete operations use an empty string.

Parameters

self

Type: LspTextEdit

No description available.

The argument can be NULL.
value

Type: const gchar*

The new value of new_text.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.