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 |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
callback |
GAsyncReadyCallback |
A |
|
The argument can be NULL . | |
user_data |
gpointer |
Data to pass to |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |