Wed, 03 Jun 2009 14:45:33 +0000
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);