categories_get_list


Description:


[ Version ( deprecated = true , deprecated_since = "3.16" ) ]
public List<unowned string> categories_get_list ()

Warning: categories_get_list is deprecated since 3.16.

Returns a sorted list of all the category names currently configured.

Note:

This function is not entirely thread safe.

Use categories_dup_list instead.

This function is mostly thread safe, but as the category names are not copied, they may be freed by another thread after being returned by this function. Use categories_dup_list instead.

Returns:

a sorted GList containing the names of the categories. The list should be freed using g_list_free, but the names of the categories should not be touched at all, they are internal strings.


Namespace: E