Method
ECalComponentget_categories_list
since: 3.34
Declaration [src]
GSList*
e_cal_component_get_categories_list (
ECalComponent* comp
)
Description [src]
Queries the list of categories of a calendar component object. Each element
in the returned categ_list is a string with the corresponding category.
Free the returned GSList with g_slist_free_full (categories, g_free); , when
no longer needed.
Available since: 3.34