aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/eventedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/eventedit.h')
-rw-r--r--calendar/gui/eventedit.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/gui/eventedit.h b/calendar/gui/eventedit.h
index 9cb80e3912..15ef540333 100644
--- a/calendar/gui/eventedit.h
+++ b/calendar/gui/eventedit.h
@@ -71,6 +71,12 @@ typedef struct {
guint event_editor_get_type (void);
GtkWidget *event_editor_new (GnomeCalendar *owner, iCalObject *);
+/* Convenience function to create and show a new event editor for an event that goes from day_begin
+ * to day_end of the specified day.
+ */
+void event_editor_new_whole_day (GnomeCalendar *owner, time_t day);
+
+
END_GNOME_DECLS