get_comments
Description:
Queries the comments of a calendar component object.
The comment property can appear several times inside a calendar component, and so a list of ComponentText is returned. 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 comment properties and their parameters, as a list of ComponentText structures; or null, when the component doesn't contain any. |