diff options
Diffstat (limited to 'calendar/gnome-cal.h')
-rw-r--r-- | calendar/gnome-cal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/gnome-cal.h b/calendar/gnome-cal.h index 0d6c9525d9..186e90bc83 100644 --- a/calendar/gnome-cal.h +++ b/calendar/gnome-cal.h @@ -64,6 +64,10 @@ void gnome_calendar_object_changed (GnomeCalendar *gcal, iCalObject *obj, int flags); +/* Notifies the calendar that the time format has changed and it must update all its views */ +void gnome_calendar_time_format_changed (GnomeCalendar *gcal); + + END_GNOME_DECLS #endif |