Packages
gtksourceview-4
Gtk
SourceUtils
escape_search_text
unescape_search_text
Gtk.SourceUtils
Description:
Content:
Functions:
public
string
escape_search_text
(
string
text)
Use this function to escape the following characters: `\n`, `\r`, `\t` and `\`.
public
string
unescape_search_text
(
string
text)
Use this function before
set_search_text
, to unescape the following sequences of characters: `\n`, `\r`, `\t` and `\\`.