gtksource.types

Undocumented in source.

Members

Aliases

BackgroundPatternType
alias BackgroundPatternType = GtkSourceBackgroundPatternType
BracketMatchType
alias BracketMatchType = GtkSourceBracketMatchType
ChangeCaseType
alias ChangeCaseType = GtkSourceChangeCaseType
CompletionActivation
alias CompletionActivation = GtkSourceCompletionActivation
CompletionColumn
alias CompletionColumn = GtkSourceCompletionColumn
CompressionType
alias CompressionType = GtkSourceCompressionType
FileLoaderError
alias FileLoaderError = GtkSourceFileLoaderError
FileSaverError
alias FileSaverError = GtkSourceFileSaverError
FileSaverFlags
alias FileSaverFlags = GtkSourceFileSaverFlags
GutterRendererAlignmentMode
alias GutterRendererAlignmentMode = GtkSourceGutterRendererAlignmentMode
NewlineType
alias NewlineType = GtkSourceNewlineType
SchedulerCallback
alias SchedulerCallback = 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.

SmartHomeEndType
alias SmartHomeEndType = GtkSourceSmartHomeEndType
SortFlags
alias SortFlags = GtkSourceSortFlags
SpaceLocationFlags
alias SpaceLocationFlags = GtkSourceSpaceLocationFlags
SpaceTypeFlags
alias SpaceTypeFlags = GtkSourceSpaceTypeFlags
ViewGutterPosition
alias ViewGutterPosition = GtkSourceViewGutterPosition

Manifest constants

MAJOR_VERSION
enum MAJOR_VERSION;

Like 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
enum MICRO_VERSION;

Like 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
enum MINOR_VERSION;

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