Method

IdeEditorSearchget_replacement_text

since: 3.32

Declaration

const gchar*
ide_editor_search_get_replacement_text (
  IdeEditorSearch* self
)

Description

Gets the IdeEditorSearch:replacement-text property. This is the text that will be used when calling ide_editor_search_replace() or ide_editor_search_replace_all().

Available since: 3.32

Return value

Type: const gchar*

The replacement text, or NULL.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.