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.

Return value

Returns: gboolean
 

TRUE if the new components were successfully added to the pool.