Virtual Method

GtkSourceAnnotationProviderpopulate_hover_async

unstable since: 5.18

Declaration [src]

void
populate_hover_async (
  GtkSourceAnnotationProvider* self,
  GtkSourceAnnotation* annotation,
  GtkSourceHoverDisplay* display,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description [src]

Used to populate the GtkSourceHoverDisplay asynchronously, use AnnotationProvider.populate_hover to do it synchronously.

Available since: 5.18

Parameters

annotation

Type: GtkSourceAnnotation

A GtkSourceAnnotation.

The data is owned by the caller of the method.
display

Type: GtkSourceHoverDisplay

A GtkSourceHoverDisplay to populate.

The data is owned by the caller of the method.
cancellable

Type: GCancellable

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
callback

Type: GAsyncReadyCallback

No description available.

user_data

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the method.