Table of Contents

Class AnnotationProvider

Namespace
GtkSource
Assembly
GtkSource-5.dll
public class AnnotationProvider : Object, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
AnnotationProvider
Implements
Inherited Members

Constructors

AnnotationProvider(params ConstructArgument[])

public AnnotationProvider(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

AnnotationProvider(AnnotationProviderHandle)

public AnnotationProvider(AnnotationProviderHandle handle)

Parameters

handle AnnotationProviderHandle

Fields

ChangedSignal

Signal Descriptor for OnChanged.

public static readonly Signal<AnnotationProvider> ChangedSignal

Field Value

Signal<AnnotationProvider>

Methods

AddAnnotation(Annotation)

[Version("5.18")]
public void AddAnnotation(Annotation annotation)

Parameters

annotation Annotation

GetGType()

public static Type GetGType()

Returns

Type

New()

[Version("5.18")]
public static AnnotationProvider New()

Returns

AnnotationProvider

PopulateHoverFinish(AsyncResult)

[Version("5.18")]
public bool PopulateHoverFinish(AsyncResult result)

Parameters

result AsyncResult

Returns

bool

RemoveAll()

[Version("5.18")]
public void RemoveAll()

RemoveAnnotation(Annotation)

[Version("5.18")]
public bool RemoveAnnotation(Annotation annotation)

Parameters

annotation Annotation

Returns

bool

Events

OnChanged

public event SignalHandler<AnnotationProvider> OnChanged

Event Type

SignalHandler<AnnotationProvider>