gtksource.global
Global functions for gtksource4 library
Functions 4
fn
void finalize()Free the resources allocated by GtkSourceView. For example it unrefs the singleton objects.fn
string utilsEscapeSearchText(string text)Use this function to escape the following characters: `\n`, `\r`, `\t` and `\`.fn
string utilsUnescapeSearchText(string text)Use this function before [gtksource.search_settings.SearchSettings.setSearchText], to unescape the following sequences of characters: `\n`, `\r`, `\t` and `\\`. The purpose is to easily write those...