Method

AppStreamComponentadd_bundle

Declaration [src]

void
as_component_add_bundle (
  AsComponent* cpt,
  AsBundle* bundle
)

Description [src]

Adds a bundle to the component.

Available since:0.8.0

Parameters

bundle AsBundle
 

The AsBundle to add.

 The data is owned by the caller of the function.