Method
IdeHoverProviderhover_async
Declaration
void
ide_hover_provider_hover_async (
IdeHoverProvider* self,
IdeHoverContext* context,
const GtkTextIter* location,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
context |
IdeHoverContext |
| No description available. | |
| The data is owned by the caller of the function. | |
location |
GtkTextIter |
A |
|
| The data is owned by the caller of the function. | |
cancellable |
GCancellable |
A |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
callback |
GAsyncReadyCallback |
A |
|
The argument can be NULL. | |
user_data |
gpointer |
Closure data for |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. |