Method

AppStreamComposeResultremove_component_by_id

Declaration [src]

gboolean
asc_result_remove_component_by_id (
  AscResult* result,
  const gchar* cid
)

Description [src]

Remove a component from the results set.

Parameters

cid const gchar*
 

A component-ID.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.

Return value

Returns: gboolean
 

TRUE if the component was found and removed.