On showing a calendar event in view, emit a signal to handle it in upper layers
[modest] / src / widgets / modest-msg-view.h
index 0ee8b1c..c81be1b 100644 (file)
@@ -88,6 +88,7 @@ struct _ModestMsgViewIface {
        void (*request_fetch_images_func) (ModestMsgView *msgview);
        gboolean (*has_blocked_external_images_func) (ModestMsgView *msgview);
        void (*limit_error)        (ModestMsgView *msgview);
+       void (*handle_calendar)    (ModestMsgView *msgview, TnyMimePart *calendar_part, GtkContainer *container);
 };