X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-plugin-ui-actions.h;h=1f8f457bc3b722e986dc96d2491beea4e5cd1f94;hb=d63e4b2d49d0ac988d08ea76da8d44a418626384;hp=b53cc3ecceef318f95e298dd36c0d577d352d63f;hpb=720811d36d0648efbfcff685b47ff749f6fa73b9;p=modest diff --git a/src/modest-plugin-ui-actions.h b/src/modest-plugin-ui-actions.h index b53cc3e..1f8f457 100644 --- a/src/modest-plugin-ui-actions.h +++ b/src/modest-plugin-ui-actions.h @@ -68,14 +68,16 @@ modest_ui_actions_on_reload_message (const gchar *msg_id); /** * modest_ui_actions_reply_calendar: * @win: parent #ModestWindow - * @msg: original #TnyMsg * @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 (ModestWindow *win, TnyMsg *msg, TnyList *header_pairs); +modest_ui_actions_reply_calendar (ModestWindow *win, TnyList *header_pairs); G_END_DECLS