Method

AppStreamPoolload_async

Declaration [src]

void
as_pool_load_async (
  AsPool* pool,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description [src]

Asynchronously loads data from all registered locations. Equivalent to as_pool_load() (but asynchronous)

Available since:0.12.10

Parameters

cancellable GCancellable
 

A GCancellable.

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

A GAsyncReadyCallback.

 The argument can be NULL.
user_data gpointer
 

Data to pass to callback.

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