Method
GtkSourceHoverProviderpopulate_async
Declaration [src]
void
gtk_source_hover_provider_populate_async (
GtkSourceHoverProvider* self,
GtkSourceHoverContext* context,
GtkSourceHoverDisplay* display,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
context-
Type:
GtkSourceHoverContextNo description available.
The data is owned by the caller of the function. display-
Type:
GtkSourceHoverDisplayNo description available.
The data is owned by the caller of the function. cancellable-
Type:
GCancellableNo description available.
The argument can be NULL.The data is owned by the caller of the function. 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 function.