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
constructArgumentsConstructArgument[]
AnnotationProvider(AnnotationProviderHandle)
public AnnotationProvider(AnnotationProviderHandle handle)
Parameters
handleAnnotationProviderHandle
Fields
ChangedSignal
Signal Descriptor for OnChanged.
public static readonly Signal<AnnotationProvider> ChangedSignal
Field Value
Methods
AddAnnotation(Annotation)
[Version("5.18")]
public void AddAnnotation(Annotation annotation)
Parameters
annotationAnnotation
GetGType()
public static Type GetGType()
Returns
New()
[Version("5.18")]
public static AnnotationProvider New()
Returns
PopulateHoverFinish(AsyncResult)
[Version("5.18")]
public bool PopulateHoverFinish(AsyncResult result)
Parameters
resultAsyncResult
Returns
RemoveAll()
[Version("5.18")]
public void RemoveAll()
RemoveAnnotation(Annotation)
[Version("5.18")]
public bool RemoveAnnotation(Annotation annotation)
Parameters
annotationAnnotation
Returns
Events
OnChanged
public event SignalHandler<AnnotationProvider> OnChanged