Method

IdeTestManagerensure_loaded_async

since: 3.32

Declaration

void
ide_test_manager_ensure_loaded_async (
  IdeTestManager* self,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description

Calls callback after the test manager has loaded tests.

If the test manager has already loaded tests, then callback will be called after returning to the main loop.

Available since: 3.32

Parameters

cancellable

Type: GCancellable

No description available.

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

Type: GAsyncReadyCallback

No description available.

The argument can be NULL.
user_data

Type: gpointer

No description available.

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