gtksource.global
Global functions for gtksource4 library
Functions 4
fn
void finalize() nothrowFree the resources allocated by GtkSourceView. For example it unrefs the singleton objects.fn
string utilsEscapeSearchText(string text) nothrowUse this function to escape the following characters: `\n`, `\r`, `\t` and `\`.fn
string utilsUnescapeSearchText(string text) nothrowUse 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...