Method
AppStreamPoolload_async
since: 0.12.10
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
-
Type:
GCancellable
A
GCancellable
.The argument can be NULL
.The data is owned by the caller of the method. callback
-
Type:
GAsyncReadyCallback
A
GAsyncReadyCallback
.The argument can be NULL
. user_data
-
Type:
gpointer
Data to pass to
callback
.The argument can be NULL
.The data is owned by the caller of the method.