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:
GCancellableNo description available.
The argument can be NULL.The data is owned by the caller of the function. callback-
Type:
GAsyncReadyCallbackNo description available.
The argument can be NULL. user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function.