Method
GtkSourceAnnotationProviderpopulate_hover_async
unstable since: 5.18
Declaration [src]
void
gtk_source_annotation_provider_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
This method completes asynchronously. Use gtk_source_annotation_provider_populate_hover_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
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.
The argument can be NULL. user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the method.