* Deleted an unusued file
[modest] / src / modest-tny-msg-actions.h
index ce0c62c..8e43fad 100644 (file)
@@ -50,11 +50,22 @@ TnyMimePart *modest_tny_msg_actions_find_body_part (TnyMsg * self, gboolean want
  * 
  * search for the nth (mime) part in the message
  * 
- * Returns: the TnyMsgMimePart for the found part, or NULL if no matching part is foundi; must be unref'd
+ * Returns: the TnyMsgMimePart for the found part, or NULL if no
+ * matching part is foundi; must be unref'd
  */
 TnyMimePart* modest_tny_msg_actions_find_nth_part (TnyMsg *msg, gint index);
 
 
+/**
+ * modest_tny_msg_actions_find_body:
+ * @self: 
+ * @want_html: 
+ * 
+ * gets the body of a message as text, if @want_html is true, try HTML mail
+ * first.
+ * 
+ * Returns: the body of the message as text
+ **/
 gchar* modest_tny_msg_actions_find_body (TnyMsg *self, gboolean want_html);
 
 #endif /* __MODEST_TNY_MSG_ACTIONS_H__ */