go
GtkSourceBufferClass
gsv
c
types
Undocumented in source.
struct
GtkSourceBufferClass {
GtkTextBufferClass
parentClass
;
extern (
C
)
void
function
(
GtkSourceBuffer
*
buffer
)
undo
;
extern (
C
)
void
function
(
GtkSourceBuffer
*
buffer
)
redo
;
extern (
C
)
void
function
(
GtkSourceBuffer
*
buffer
,
GtkTextIter
*
iter
,
GtkSourceBracketMatchType
state
)
bracketMatched
;
void
*[
20
]
padding
;
}
Members
Variables
bracketMatched
void
function
(
GtkSourceBuffer
*
buffer
,
GtkTextIter
*
iter
,
GtkSourceBracketMatchType
state
)
bracketMatched
;
redo
void
function
(
GtkSourceBuffer
*
buffer
)
redo
;
undo
void
function
(
GtkSourceBuffer
*
buffer
)
undo
;
gsv
c
types
aliases
GtkSourceMountOperationFactory
enums
GtkSourceCompletionError
GtkSourceFileLoaderError
GtkSourceFileSaverError
GtkSourceFileSaverFlags
GtkSourceGutterRendererAlignmentMode
GtkSourceSpaceLocationFlags
GtkSourceSpaceTypeFlags
structs
GtkSourceBufferClass
GtkSourceCompletionClass
GtkSourceCompletionContextClass
GtkSourceCompletionProposalIface
GtkSourceCompletionProviderIface
GtkSourceGutterRendererClass
GtkSourceStyleSchemeChooserInterface
GtkSourceUndoManagerIface
GtkSourceViewClass
Undocumented in source.