get_descriptions


Description:

[ Version ( since = "3.34" ) ]
public SList<ComponentText>? get_descriptions ()

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 ComponentText structures. All other types of components can have at most one description for a single language. Free the returned SList with g_slist_free_full (slist, e_cal_component_text_free);, when no longer needed.

Parameters:

this

A calendar component object.

Returns:

the description properties and their parameters, as a SList of ComponentText structures.