Method

AppStreamCategoryadd_desktop_group

Declaration [src]

void
as_category_add_desktop_group (
  AsCategory* category,
  const gchar* group_name
)

Description [src]

Add a desktop-file category to this AsCategory.

Parameters

group_name const gchar*
 

A subcategory to add.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.