Method

AppStreamComponentadd_addon

Declaration [src]

void
as_component_add_addon (
  AsComponent* cpt,
  AsComponent* addon
)

Description [src]

Add a reference to the addon that is enhancing this component.

Available since:0.9.2

Parameters

addon AsComponent
 

The AsComponent that extends cpt.

 The data is owned by the caller of the function.