aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-calendar-item.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-calendar-item.h')
-rw-r--r--widgets/misc/e-calendar-item.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/widgets/misc/e-calendar-item.h b/widgets/misc/e-calendar-item.h
index f638b16573..0e655cf355 100644
--- a/widgets/misc/e-calendar-item.h
+++ b/widgets/misc/e-calendar-item.h
@@ -261,10 +261,11 @@ gint e_calendar_item_get_days_start_week_sel(ECalendarItem *calitem);
void e_calendar_item_set_days_start_week_sel(ECalendarItem *calitem,
gint days);
-/* Returns the range of dates actually shown. Months are 0 to 11.
+/* Gets the range of dates actually shown. Months are 0 to 11.
This also includes the last days of the previous month and the first days
- of the following month, which are normally shown in gray. */
-void e_calendar_item_get_date_range (ECalendarItem *calitem,
+ of the following month, which are normally shown in gray.
+ It returns FALSE if no dates are currently shown. */
+gboolean e_calendar_item_get_date_range (ECalendarItem *calitem,
gint *start_year,
gint *start_month,
gint *start_day,