Mercurial > pidgin
changeset 27009:e5d7c957ed53
Remove reference to purple_escape_html, which stuck around for only a few minutes before I went to g_markup_escape_text.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Wed, 03 Jun 2009 14:45:33 +0000 |
parents | 986304bcc66a |
children | a500f65bd077 |
files | libpurple/util.h |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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);