Method
ECalComponentAlarmtake_summary
since: 3.34
Declaration [src]
void
e_cal_component_alarm_take_summary (
ECalComponentAlarm* alarm,
ECalComponentText* summary
)
Description [src]
Set the alarm summary, as an ECalComponentText, and assumes
ownership of the summary.
Available since: 3.34
This method is not directly available to language bindings.
Parameters
summary-
Type:
ECalComponentTextA summary to set, or
NULLto unset.The argument can be NULL.The instance takes ownership of the data, and is responsible for freeing it.