aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/main.h')
-rw-r--r--calendar/gui/main.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/calendar/gui/main.h b/calendar/gui/main.h
index 374f8199e6..6f22f946f9 100644
--- a/calendar/gui/main.h
+++ b/calendar/gui/main.h
@@ -1,12 +1,22 @@
#ifndef MAIN_H
#define MAIN_H
+/* Global preferences */
+
extern int day_begin, day_end;
extern char *user_name;
extern int am_pm_flag;
+extern int week_starts_on_monday;
+/* Creates and runs the preferences dialog box */
void properties (void);
-void day_range_changed (void);
+
+/* Asks for all the time-related displays to be updated when the user changes the time format
+ * preferences.
+ */
+void time_format_changed (void);
+
+/* Creates and runs the Go-to date dialog */
void goto_dialog (GnomeCalendar *gcal);
#endif