Method
IdeHoverProviderhover_async
since: 3.32
Declaration
void
ide_hover_provider_hover_async (
IdeHoverProvider* self,
IdeHoverContext* context,
const GtkTextIter* location,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
context-
Type:
IdeHoverContextNo description available.
The data is owned by the caller of the function. location-
Type:
GtkTextIterA
GtkTextIter.The data is owned by the caller of the function. cancellable-
Type:
GCancellableA
GCancellable.The argument can be NULL.The data is owned by the caller of the function. callback-
Type:
GAsyncReadyCallbackA
GAsyncReadyCallbackto execute upon completion.The argument can be NULL. user_data-
Type:
gpointerClosure data for
callback.The argument can be NULL.The data is owned by the caller of the function.