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 |
AsProvidedKind |
An |
|
item |
const gchar* |
The value of the provided item. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | AsComponentBox |
An |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |