aboutsummaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
Diffstat (limited to 'help')
-rw-r--r--help/devel/calendar/cal-util/evolution-cal-util-decl.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/help/devel/calendar/cal-util/evolution-cal-util-decl.txt b/help/devel/calendar/cal-util/evolution-cal-util-decl.txt
index b40d57f8b4..a00e51ab2e 100644
--- a/help/devel/calendar/cal-util/evolution-cal-util-decl.txt
+++ b/help/devel/calendar/cal-util/evolution-cal-util-decl.txt
@@ -657,7 +657,8 @@ typedef struct {
time_t trigger;
/* Actual event occurrence to which this trigger corresponds */
- time_t occur;
+ time_t occur_start;
+ time_t occur_end;
} CalAlarmInstance;
</TYPEDEF>
<TYPEDEF>