Method

ECalComponentAlarmset_acknowledged

since: 3.40

Declaration [src]

void
e_cal_component_alarm_set_acknowledged (
  ECalComponentAlarm* alarm,
  const ICalTime* when
)

Description [src]

Set the acknowledged time of the alarm. Use NULL to unset it.

Available since: 3.40

Parameters

when

Type: None

An ICalTime when the alarm had been acknowledged, or NULL to unset.

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