| 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". |