Method
AppStreamComponentcheck_relations
Declaration [src]
GPtrArray*
as_component_check_relations (
AsComponent* cpt,
AsSystemInfo* sysinfo,
AsPool* pool,
AsRelationKind rel_kind
)
Description [src]
Verifies the respective relations and presents whether the system specified
in AsSystemInfo
sysinfo
and data from pool
supply the requested facilities.
Available since: | 1.0.0 |
Parameters
sysinfo |
AsSystemInfo |
An |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
pool |
AsPool |
An |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
rel_kind |
AsRelationKind |
The kind of relations to check. |