Table of Contents

Class Annotations

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

Constructors

Annotations(params ConstructArgument[])

public Annotations(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

Annotations(AnnotationsHandle)

public Annotations(AnnotationsHandle handle)

Parameters

handle AnnotationsHandle

Fields

ChangedSignal

Signal Descriptor for OnChanged.

public static readonly Signal<Annotations> ChangedSignal

Field Value

Signal<Annotations>

Methods

AddProvider(AnnotationProvider)

public void AddProvider(AnnotationProvider provider)

Parameters

provider AnnotationProvider

GetGType()

public static Type GetGType()

Returns

Type

RemoveProvider(AnnotationProvider)

public bool RemoveProvider(AnnotationProvider provider)

Parameters

provider AnnotationProvider

Returns

bool

Events

OnChanged

public event SignalHandler<Annotations> OnChanged

Event Type

SignalHandler<Annotations>