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.

Parameters

cancellable

Type: GCancellable

A GCancellable or NULL.

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, or NULL.

The argument can be NULL.
The data is owned by the caller of the method.