[ Version ( since = "3.34" ) ]
public SList<ComponentText>? get_comments ()
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.
this |
A calendar component object. |
the comment properties and their parameters, as a list of ComponentText structures; or null, when the component doesn't contain any. |