diff options
Diffstat (limited to 'calendar/gui/gncal-full-day.h')
-rw-r--r-- | calendar/gui/gncal-full-day.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/gncal-full-day.h b/calendar/gui/gncal-full-day.h index ed4d0bf847..97d4d9482d 100644 --- a/calendar/gui/gncal-full-day.h +++ b/calendar/gui/gncal-full-day.h @@ -57,6 +57,8 @@ void gncal_full_day_set_bounds (GncalFullDay *fullday, time_t lower, /* Returns the selected range in lower and upper. If nothing is * selected, return value is FALSE, otherwise it is TRUE. + * The lower and upper values are always set to proper values, regardless of + * the selection value */ int gncal_full_day_selection_range (GncalFullDay *fullday, time_t *lower, time_t *upper); |