Method

ECalComponentAlarmset_trigger

since: 3.34

Declaration [src]

void
e_cal_component_alarm_set_trigger (
  ECalComponentAlarm* alarm,
  const ECalComponentAlarmTrigger* trigger
)

Description [src]

Set the alarm trigger, as an ECalComponentAlarmTrigger.

Available since: 3.34

Parameters

trigger

Type: ECalComponentAlarmTrigger

A trigger to set, or NULL to unset.

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