Gtk.SourceUtils – gtksourceview-3.0 Reference Manual
SourceUtils
Description:
public
namespace
SourceUtils
Namespace:
Gtk.SourceUtils
Package:
gtksourceview-3.0
Content:
Methods:
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 `\\`.
2022 vala-language.org