Method

AppStreamCategoryadd_component

Declaration [src]

void
as_category_add_component (
  AsCategory* category,
  AsComponent* cpt
)

Description [src]

Add a component to this category.

Parameters

cpt

Type: AsComponent

The AsComponent to add.

The data is owned by the caller of the method.