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:
GtkSourceAnnotationA
GtkSourceAnnotation.The data is owned by the caller of the method. display-
Type:
GtkSourceHoverDisplayA
GtkSourceHoverDisplayto populate.The data is owned by the caller of the method. cancellable-
Type:
GCancellableNo description available.
The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackNo description available.
user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the method.