[ Version ( since = "3.46" ) ]
public SList<ComponentText>? dup_summaries ()
Queries the summary of a calendar component object.
There can be one summary property per locale. 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 summary properties and their parameters, as a SList of ComponentText structures. |