get_contacts
Description:
Queries the contact of a calendar component object.
The contact 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 contact properties and their parameters, as a SList of ComponentText structures. |