Method
ECalComponentget_categories
since: 3.34
Declaration [src]
gchar*
e_cal_component_get_categories (
ECalComponent* comp
)
Description [src]
Queries the categories of the given calendar component. The categories
are returned in the categories argument, which, on success, will contain
a comma-separated list of all categories set in the component.
Free the returned string with g_free(), when no longer needed.
Available since: 3.34