Method

IdeEditorSearchset_search_text

since: 3.32

Declaration

void
ide_editor_search_set_search_text (
  IdeEditorSearch* self,
  const gchar* search_text
)

Description

See also: GtkSourceSearchSettings:search-text.

Available since: 3.32

Parameters

search_text

Type: const gchar*

The search text or NULL.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.