handler is unregistered.
gtksource.types
D types for gtksource5 library
Types 17
This function is called incrementally to process additional background work. A deadline is provided which can be checked using funcGLib.get_monotonic_time so that additional work can be processed each frame.
This is useful for situations where you are incrementally performing background work such as spell checking or semantic syntax highlighting.
Parameters
deadline | the time the callback should complete by |
Returns
Variables 3
MAJOR_VERSION = 5Like [gtksource.global.getMajorVersion], but from the headers used at application compile time, rather than from the library linked against at application run time.
MICRO_VERSION = 1Like [gtksource.global.getMicroVersion], but from the headers used at application compile time, rather than from the library linked against at application run time.
MINOR_VERSION = 12Like [gtksource.global.getMinorVersion], but from the headers used at application compile time, rather than from the library linked against at application run time.