libpurple/util.h

changeset 27228
4eba79938de8
parent 27192
de49f0e36f18
child 27234
82035475de62
equal deleted inserted replaced
27227:a0c33931d62e 27228:4eba79938de8
504 * 504 *
505 * @param html The string in which to unescape any HTML entities 505 * @param html The string in which to unescape any HTML entities
506 * 506 *
507 * @return The text with HTML entities literalized. You must g_free 507 * @return The text with HTML entities literalized. You must g_free
508 * this string when finished with it. 508 * this string when finished with it.
509 *
510 * @see purple_escape_html
511 */ 509 */
512 char *purple_unescape_html(const char *html); 510 char *purple_unescape_html(const char *html);
513 511
514 /** 512 /**
515 * Returns a newly allocated substring of the HTML UTF-8 string "str". 513 * Returns a newly allocated substring of the HTML UTF-8 string "str".

mercurial