SourceSearchSettings.setSearchText

Sets the text to search. If text is NULL or is empty, the search will be disabled. A copy of text will be made, so you can safely free text after a call to this function. You may be interested to call gtk_source_utils_unescape_search_text() before this function.

class SourceSearchSettings
void
setSearchText
(
string searchText
)

Parameters

searchText string

the nul-terminated text to search, or NULL to disable the search. [allow-none] Since 3.10

Meta