ComponentAlarmRepeat.seconds
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.34" ) ]
public ComponentAlarmRepeat.seconds (int repetitions, int interval_seconds)
[ Version ( since = "3.34" ) ]
public ComponentAlarmRepeat.seconds (int repetitions, int interval_seconds)
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_seconds |
interval between repetitions, in seconds |
Returns:
a newly allocated ComponentAlarmRepeat |