Method

ECalComponentAlarmset_summary

since: 3.34

Declaration [src]

void
e_cal_component_alarm_set_summary (
  ECalComponentAlarm* alarm,
  const ECalComponentText* summary
)

Description [src]

Set the alarm summary, as an ECalComponentText.

Available since: 3.34

Parameters

summary

Type: ECalComponentText

A summary to set, or NULL to unset.

The argument can be NULL.
The data is owned by the caller of the method.