Method
AppStreamPoolget_components_by_provided_item
Declaration [src]
AsComponentBox*
as_pool_get_components_by_provided_item (
  AsPool* pool,
  AsProvidedKind kind,
  const gchar* item
)
Parameters
- kind
- 
            Type: AsProvidedKindAn AsProvidesKind.
- item
- 
            Type: const gchar*The value of the provided item. The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
Return value
Type: AsComponentBox
An AsComponentBox of found components.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |