diff options
Diffstat (limited to 'calendar/gui/gnome-cal.h')
-rw-r--r-- | calendar/gui/gnome-cal.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/gui/gnome-cal.h b/calendar/gui/gnome-cal.h index 53b547581e..2474e92bea 100644 --- a/calendar/gui/gnome-cal.h +++ b/calendar/gui/gnome-cal.h @@ -97,6 +97,14 @@ void gnome_calendar_get_current_time_range (GnomeCalendar *gcal, time_t *start_time, time_t *end_time); +/* Tells the calendar to reload all config settings. initializing should be + TRUE when we are setting the config settings for the first time. */ +void gnome_calendar_update_config_settings (GnomeCalendar *gcal, + gboolean initializing); + +/* + * FIXME: These are for the old config code and will be removed eventually. + */ /* Notifies the calendar that the time format has changed and it must update all its views */ @@ -111,6 +119,7 @@ void gnome_calendar_colors_changed (GnomeCalendar *gcal); void gnome_calendar_todo_properties_changed (GnomeCalendar *gcal); + void gnome_calendar_set_view_buttons (GnomeCalendar *gcal, GtkWidget *day_button, GtkWidget *work_week_button, |