* replace the _pango functions with modest_text_utils_convert_to_pango,
[modest] / src / modest-text-utils.h
index 18dea34..8dedca4 100644 (file)
@@ -139,7 +139,7 @@ void     modest_text_utils_address_range_at_position (const gchar *recipients_li
 
 /**
  * modest_text_utils_convert_to_html:
- * @txt: a string which contains the message to quote
+ * @txt: a string
  *
  * convert plain text (utf8) into html
  * 
@@ -147,6 +147,18 @@ void     modest_text_utils_address_range_at_position (const gchar *recipients_li
  */
 gchar*  modest_text_utils_convert_to_html (const gchar *txt);
 
+/**
+ * modest_text_utils_convert_to_pango:
+ * @txt: a string
+ *
+ * convert plain text (utf8) into pango-escaped text
+ * 
+ * Returns: a newly allocated string containing the html
+ */
+gchar*  modest_text_utils_convert_to_pango (const gchar *txt);
+
+
+
 
 /**
  * modest_text_utils_strftime: