Function

AppStreamget_default_categories

since: 1.0

Declaration [src]

GPtrArray*
as_get_default_categories (
  gboolean with_special
)

Description [src]

Get a list of the default Freedesktop and AppStream categories that software components (especially GUI applications) can be sorted into in software centers.

Available since: 1.0

This function is not directly available to language bindings.

The implementation of this method is provided by as_get_default_categories_gi() in language bindings

Parameters

with_special

Type: gboolean

Include special categories (e.g. “addons”, and “all”/”featured” in submenus)

Return value

Type: An array of AsCategory*

A list of AsCategory.

The caller of the function takes ownership of the data container, but not the data inside it.