Method

AppStreamCategoryremove_child

Declaration [src]

void
as_category_remove_child (
  AsCategory* category,
  AsCategory* subcat
)

Description [src]

Drop a subcategory from this AsCategory.

Parameters

subcat AsCategory
 

A subcategory to remove.

 The data is owned by the caller of the function.