Method
IdeCodeIndexEntriesnext_entries_async
Declaration
void
ide_code_index_entries_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.
This method completes asynchronously. Use ide_code_index_entries_next_entries_finish()
inside the GAsyncReadyCallback
to obtain the result of the operation.
Parameters
cancellable
-
Type:
GCancellable
A
GCancellable
orNULL
.The argument can be NULL
.The data is owned by the caller of the method. callback
-
Type:
GAsyncReadyCallback
A callback to execute upon completion.
The argument can be NULL
. user_data
-
Type:
gpointer
User data for
callback
, orNULL
.The argument can be NULL
.The data is owned by the caller of the method.