* Added a first implementation for new messages notifications
[modest] / src / widgets / modest-msg-view.h
index 8432a4e..d5dc11a 100644 (file)
@@ -113,7 +113,8 @@ void         modest_msg_view_set_message  (ModestMsgView *self, TnyMsg *tny_msg)
  * modest_msg_view_set_message
  * @self: a ModestMsgView instance
  *
- * get the @tny_msg e-mail message.
+ * gets a new reference the #TnyMsg of the message view. The caller
+ * must free the new reference
  *
  * Returns: the message or NULL
  */
@@ -132,6 +133,7 @@ void modest_msg_view_set_zoom (ModestMsgView *self, gdouble zoom);
 gdouble modest_msg_view_get_zoom (ModestMsgView *self);
 TnyHeaderFlags modest_msg_view_get_priority (ModestMsgView *self);
 void modest_msg_view_set_priority (ModestMsgView *self, TnyHeaderFlags flags);
+GList *modest_msg_view_get_selected_attachments (ModestMsgView *self);
 
 
 G_END_DECLS