gtksource.types

D types for gtksource5 library

Types 17

aliasSchedulerCallback = bool delegate(long deadline)

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

deadlinethe time the callback should complete by

Returns

true if there is more work to process, otherwise false and the

handler is unregistered.

Variables 3

enumvarMAJOR_VERSION = 5

Like [gtksource.global.getMajorVersion], but from the headers used at application compile time, rather than from the library linked against at application run time.

enumvarMICRO_VERSION = 1

Like [gtksource.global.getMicroVersion], but from the headers used at application compile time, rather than from the library linked against at application run time.

enumvarMINOR_VERSION = 12

Like [gtksource.global.getMinorVersion], but from the headers used at application compile time, rather than from the library linked against at application run time.