ComponentAlarmRepeat
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.34" ) ]
public ComponentAlarmRepeat (int repetitions, Duration interval)
[ Version ( since = "3.34" ) ]
public ComponentAlarmRepeat (int repetitions, Duration interval)
Creates a new ComponentAlarmRepeat describing alarm repetitions.
The returned structure should be freed with e_cal_component_alarm_repeat_free
, when no longer needed.
Parameters:
repetitions |
number of extra repetitions, zero for none |
interval |
interval between repetitions |
Returns:
a newly allocated ComponentAlarmRepeat |