Method
ECalComponentget_descriptions
since: 3.34
Declaration [src]
GSList*
e_cal_component_get_descriptions (
ECalComponent* comp
)
Description [src]
Queries the description of a calendar component object. Journal components
may have more than one description, and as such this function returns a list of ECalComponentText structures. All other types of components can have at
most one description for a single language. Free the returned GSList with
g_slist_free_full (slist, e_cal_component_text_free);, when no longer needed.
Available since: 3.34