Method
AppStreamPooladd_components
Declaration [src]
gboolean
as_pool_add_components (
AsPool* pool,
AsComponentBox* cbox,
GError** error
)
Description [src]
Register a set of components with the pool temporarily. Data from components added like this will not be cached.
Available since: | 0.15.0 |
Parameters
cbox |
AsComponentBox |
Components to add to the pool. |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |