Remove reference to purple_escape_html, which stuck around for only a few minutes before I went to g_markup_escape_text.

Wed, 03 Jun 2009 14:45:33 +0000

author
Paul Aurich <darkrain42@pidgin.im>
date
Wed, 03 Jun 2009 14:45:33 +0000
changeset 27228
4eba79938de8
parent 27227
a0c33931d62e
child 27229
3a0922120d87

Remove reference to purple_escape_html, which stuck around for only a few minutes before I went to g_markup_escape_text.

libpurple/util.h file | annotate | diff | comparison | revisions
--- a/libpurple/util.h	Wed Jun 03 06:57:18 2009 +0000
+++ b/libpurple/util.h	Wed Jun 03 14:45:33 2009 +0000
@@ -506,8 +506,6 @@
  *
  * @return The text with HTML entities literalized.  You must g_free
  *         this string when finished with it.
- *
- * @see purple_escape_html
  */
 char *purple_unescape_html(const char *html);
 

mercurial