gtksource.global

Global functions for gtksource4 library

Functions 4

fnvoid finalize() nothrowFree the resources allocated by GtkSourceView. For example it unrefs the singleton objects.
fnvoid init_() nothrowInitializes the GtkSourceView library (e.g. for the internationalization).
fnstring utilsEscapeSearchText(string text) nothrowUse this function to escape the following characters: `\n`, `\r`, `\t` and `\`.
fnstring 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...