Method

AppStreamCategoryadd_child

Declaration [src]

void
as_category_add_child (
  AsCategory* category,
  AsCategory* subcat
)

Description [src]

Add a subcategory to this category.

Parameters

subcat AsCategory
 

A subcategory to add.

 The data is owned by the caller of the function.