Interface

GtkSource-5GtkSourceHoverProviderInterface

Interface for implementing HoverProvider. Contains only the virtual methods that need to be implemented.

interface Interface {
    vfunc_populate(
        context: GtkSource.HoverContext,
        display: GtkSource.HoverDisplay,
    ): boolean;
    vfunc_populate_async(
        context: GtkSource.HoverContext,
        display: GtkSource.HoverDisplay,
        cancellable: Gio.Cancellable | null,
        callback: AsyncReadyCallback<GtkSource.HoverProvider.Interface> | null,
    ): void;
    vfunc_populate_finish(result: Gio.AsyncResult): boolean;
}

Hierarchy (View Summary)

Index

Methods