Gtksource
Skipped during bindings generation
record
BufferClass
: glib type struct are ignoredrecord
CompletionCellClass
: glib type struct are ignoredrecord
CompletionClass
: glib type struct are ignoredrecord
CompletionContextClass
: glib type struct are ignoredrecord
CompletionProposalInterface
: glib type struct are ignoredrecord
CompletionProviderInterface
: glib type struct are ignoredrecord
CompletionSnippetsClass
: glib type struct are ignoredrecord
CompletionWordsClass
: glib type struct are ignoredrecord
FileClass
: glib type struct are ignoredrecord
FileLoaderClass
: glib type struct are ignoredrecord
FileSaverClass
: glib type struct are ignoredrecord
GutterClass
: glib type struct are ignoredrecord
GutterLinesClass
: glib type struct are ignoredrecord
GutterRendererClass
: glib type struct are ignoredrecord
GutterRendererPixbufClass
: glib type struct are ignoredrecord
GutterRendererTextClass
: glib type struct are ignoredrecord
HoverClass
: glib type struct are ignoredrecord
HoverContextClass
: glib type struct are ignoredrecord
HoverDisplayClass
: glib type struct are ignoredrecord
HoverProviderInterface
: glib type struct are ignoredrecord
IndenterInterface
: glib type struct are ignoredrecord
LanguageClass
: glib type struct are ignoredrecord
LanguageManagerClass
: glib type struct are ignoredrecord
MapClass
: glib type struct are ignoredrecord
MarkAttributesClass
: glib type struct are ignoredrecord
MarkClass
: glib type struct are ignoredrecord
PrintCompositorClass
: glib type struct are ignoredrecord
RegionClass
: glib type struct are ignoredrecord
SearchContextClass
: glib type struct are ignoredrecord
SearchSettingsClass
: glib type struct are ignoredrecord
SnippetChunkClass
: glib type struct are ignoredrecord
SnippetClass
: glib type struct are ignoredrecord
SnippetContextClass
: glib type struct are ignoredrecord
SnippetManagerClass
: glib type struct are ignoredrecord
SpaceDrawerClass
: glib type struct are ignoredrecord
StyleClass
: glib type struct are ignoredrecord
StyleSchemeChooserButtonClass
: glib type struct are ignoredrecord
StyleSchemeChooserInterface
: glib type struct are ignoredrecord
StyleSchemeChooserWidgetClass
: glib type struct are ignoredrecord
StyleSchemeClass
: glib type struct are ignoredrecord
StyleSchemeManagerClass
: glib type struct are ignoredrecord
StyleSchemePreviewClass
: glib type struct are ignoredrecord
TagClass
: glib type struct are ignoredrecord
ViewClass
: glib type struct are ignoredrecord
VimIMContextClass
: glib type struct are ignored
Properties
Like gtk_source_get_major_version(), but from the headers used at application compile time, rather than from the library linked against at application run time.
Like gtk_source_get_micro_version(), but from the headers used at application compile time, rather than from the library linked against at application run time.
Like gtk_source_get_minor_version(), but from the headers used at application compile time, rather than from the library linked against at application run time.
Functions
Like GTK_SOURCE_CHECK_VERSION, but the check for gtk_source_check_version is at runtime instead of compile time. This is useful for compiling against older versions of GtkSourceView, but using features from newer versions.
Gets all encodings.
Gets the #GtkSourceEncoding for the current locale.
Gets the list of default candidate encodings to try when loading a file.
Gets a #GtkSourceEncoding from a character set such as "UTF-8" or "ISO-8859-1".
Returns the major version number of the GtkSourceView library. (e.g. in GtkSourceView version 3.20.0 this is 3.)
Returns the micro version number of the GtkSourceView library. (e.g. in GtkSourceView version 3.20.0 this is 0.)
Returns the minor version number of the GtkSourceView library. (e.g. in GtkSourceView version 3.20.0 this is 20.)
Simplified version of func@scheduler_add_full.
Adds a new callback that will be executed as time permits on the main thread.
Removes a scheduler callback previously registered with func@scheduler_add or func@scheduler_add_full.
Use this function to escape the following characters: \n
, \r
, \t
and \
.
Use this function before method@SearchSettings.set_search_text, to unescape the following sequences of characters: \n
, \r
, \t
and \\
. The purpose is to easily write those characters in a search entry.