Method
AppStreamComponentget_agreement_by_kind
Declaration [src]
AsAgreement*
as_component_get_agreement_by_kind (
AsComponent* cpt,
AsAgreementKind kind
)
Description [src]
Gets an agreement the component has specified for the particular kind.
Available since: | 0.12.1 |
Parameters
kind |
AsAgreementKind |
An agreement kind, e.g. |
Return value
Returns: | AsAgreement |
A |
|
The data is owned by the instance. | |
The return value can be NULL . |