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:
IdeHoverContext
No description available.
The data is owned by the caller of the function. location
-
Type:
GtkTextIter
A
GtkTextIter
.The data is owned by the caller of the function. cancellable
-
Type:
GCancellable
A
GCancellable
.The argument can be NULL
.The data is owned by the caller of the function. callback
-
Type:
GAsyncReadyCallback
A
GAsyncReadyCallback
to execute upon completion.The argument can be NULL
. user_data
-
Type:
gpointer
Closure data for
callback
.The argument can be NULL
.The data is owned by the caller of the function.