Virtual Method
IdeCodeIndexEntriesnext_entries_async
Declaration
void
next_entries_async (
IdeCodeIndexEntries* self,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description
Requests the next set of results from the code index asynchronously. This allows implementations to possibly process data off the main thread without blocking the main loop.
Parameters
cancellable-
Type:
GCancellableA
GCancellableorNULL.The argument can be NULL.The data is owned by the caller of the function. callback-
Type:
GAsyncReadyCallbackA callback to execute upon completion.
user_data-
Type:
gpointerUser data for
callback, orNULL.The argument can be NULL.The data is owned by the caller of the function.