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
constructArgumentsConstructArgument[]
Annotations(AnnotationsHandle)
public Annotations(AnnotationsHandle handle)
Parameters
handleAnnotationsHandle
Fields
ChangedSignal
Signal Descriptor for OnChanged.
public static readonly Signal<Annotations> ChangedSignal
Field Value
Methods
AddProvider(AnnotationProvider)
public void AddProvider(AnnotationProvider provider)
Parameters
providerAnnotationProvider
GetGType()
public static Type GetGType()
Returns
RemoveProvider(AnnotationProvider)
public bool RemoveProvider(AnnotationProvider provider)
Parameters
providerAnnotationProvider
Returns
Events
OnChanged
public event SignalHandler<Annotations> OnChanged