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: GCancellable

A GCancellable or NULL.

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

Type: GAsyncReadyCallback

A callback to execute upon completion.

user_data

Type: gpointer

User data for callback, or NULL.

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