diff options
author | Federico Mena Quintero <federico@src.gnome.org> | 2000-07-27 02:17:33 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-07-27 02:17:33 +0800 |
commit | 06415e37e226649e68d4c0e5b1015be635a89fe5 (patch) | |
tree | 9d1f798e12781800de1f5046e1bf193ab95ad84d | |
parent | 04122bc68e4432acb7b578c9ec9677289b1a13f8 (diff) | |
download | gsoc2013-evolution-06415e37e226649e68d4c0e5b1015be635a89fe5.tar gsoc2013-evolution-06415e37e226649e68d4c0e5b1015be635a89fe5.tar.gz gsoc2013-evolution-06415e37e226649e68d4c0e5b1015be635a89fe5.tar.bz2 gsoc2013-evolution-06415e37e226649e68d4c0e5b1015be635a89fe5.tar.lz gsoc2013-evolution-06415e37e226649e68d4c0e5b1015be635a89fe5.tar.xz gsoc2013-evolution-06415e37e226649e68d4c0e5b1015be635a89fe5.tar.zst gsoc2013-evolution-06415e37e226649e68d4c0e5b1015be635a89fe5.zip |
Ahem, be consistent with parameter names - Federico
svn path=/trunk/; revision=4354
-rw-r--r-- | calendar/cal-util/cal-component.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/cal-util/cal-component.h b/calendar/cal-util/cal-component.h index 0b745baa9d..4db5b645b0 100644 --- a/calendar/cal-util/cal-component.h +++ b/calendar/cal-util/cal-component.h @@ -168,8 +168,8 @@ void cal_component_set_dtstart (CalComponent *comp, CalComponentDateTime *dt); void cal_component_get_due (CalComponent *comp, CalComponentDateTime *dt); void cal_component_set_due (CalComponent *comp, CalComponentDateTime *dt); -void cal_component_get_exdate_list (CalComponent *comp, GSList **period_list); -void cal_component_set_exdate_list (CalComponent *comp, GSList *period_list); +void cal_component_get_exdate_list (CalComponent *comp, GSList **exdate_list); +void cal_component_set_exdate_list (CalComponent *comp, GSList *exdate_list); void cal_component_get_last_modified (CalComponent *comp, struct icaltimetype **t); void cal_component_set_last_modified (CalComponent *comp, struct icaltimetype *t); |