Method

AppStreamComposeResultremove_component_full

Declaration [src]

gboolean
asc_result_remove_component_full (
  AscResult* result,
  AsComponent* cpt,
  gboolean remove_gcid
)

Description [src]

Remove a component from the results set.

Parameters

cpt AsComponent
 

The AsComponent to remove.

 The data is owned by the caller of the function.
remove_gcid gboolean
 

TRUE if global component ID should be unregistered as well.

Return value

Returns: gboolean
 

TRUE if the component was found and removed.