gtksource.global

Global functions for gtksource4 library

Functions 4

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