Method

LspTextEditget_new_text

Declaration

const gchar*
lsp_text_edit_get_new_text (
  LspTextEdit* self
)

Description

Gets 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.

Return value

Type: const gchar*

The value of new_text.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.