aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/event-editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/event-editor.h')
-rw-r--r--calendar/gui/event-editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/event-editor.h b/calendar/gui/event-editor.h
index f5b5482e93..7f5cedf37c 100644
--- a/calendar/gui/event-editor.h
+++ b/calendar/gui/event-editor.h
@@ -52,6 +52,7 @@ struct _EventEditorClass {
/* Notification signals */
+ void (* save_ical_object) (EventEditor *ee, iCalObject *ico);
void (* ical_object_released) (EventEditor *ee, const char *uid);
void (* editor_closed) (EventEditor *ee);
};