X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-plugin-ui-actions.h;h=439dbf34cb80aec49aa70338603d68c356c3e11c;hp=021d2b6242c012fb42c8d05fd870e3ecfb2a8c15;hb=80d46e0ddb62768d3ce531038da3e055aa8feaba;hpb=92438e45e846136c5504c347d02860d2c85ea309 diff --git a/src/modest-plugin-ui-actions.h b/src/modest-plugin-ui-actions.h index 021d2b6..439dbf3 100644 --- a/src/modest-plugin-ui-actions.h +++ b/src/modest-plugin-ui-actions.h @@ -36,6 +36,9 @@ #include #include +#include +#include +#include G_BEGIN_DECLS @@ -80,6 +83,21 @@ void modest_ui_actions_reply_calendar (ModestWindow *win, TnyList *header_pairs); /** + * modest_ui_actions_reply_calendar_with_subject: + * @win: parent #ModestWindow + * @subject: a string, or %NULL to use default reply subject + * @header_pairs: #TnyList of #TnyPair of header pairs + * + * this method opens the mail composer with a reply of a message with calendar + * allowing to add @header_pairs with the result of the calendar request. + * + * @win should be a #ModestMsgViewWindow. We don't put the exact type to avoid + * exporting to plugins #ModestMsgViewWindow API + */ +void +modest_ui_actions_reply_calendar_with_subject (ModestWindow *win, const gchar *custom_subject, TnyList *header_pairs); + +/** * modest_ui_actions_on_send_msg: * @window: parent window requesting to send the message * @msg: a #TnyMsg